Input
CartCreateInput
The input fields to create a cart.
Fields
attributes
An array of key-value pairs that contains additional information about the cart.
Limited to 10 entries. If duplicate keys are provided, the last value will be used.
items
required
CartItemsInput
object representing the items to be added to the cart.
buyerIdentity
BuyerIdentityInput
object representing the buyer’s identity (optional).
isEmailMarketingAllowed
Boolean
If set to true, the emails associated with the cart will receive emails if cart is abandoned.
cartSettings
Field to set cart settings on cart creation.
Mutations
Related types
Was this page helpful?