Schema Documentation
AddCartItemsInput
Description
Input for the addCartItems mutation.
Fields
Input Field | Description |
---|---|
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. |
items - [CartItemInput] | Cart items to be added |
Example
{"clientMutationId":"xyz789","items":[CartItemInput]}