Schema Documentation

RemoveItemsFromCartInput

Description

Input for the removeItemsFromCart mutation.

Fields
Input FieldDescription
all - Boolean Remove all cart items
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
keys - [ID] Item keys of the items being removed
Example
{"all":false,"clientMutationId":"xyz789","keys":[4]}