Fields


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

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