Schema Documentation
FillCartInput
Description
Input for the fillCart 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. |
coupons - [String] | Coupons to be applied to the cart |
items - [CartItemInput] | Cart items to be added |
shippingMethods - [String] | Shipping methods to be used. |
Example
{"clientMutationId":"abc123","coupons":["xyz789"],"items":[CartItemInput],"shippingMethods":["abc123"]}