Cart
Fields
attributes ● [Attribute]
The attributes associated with the cart. Attributes are represented as key-value pairs.
More
buyerIdentity ● CartBuyerIdentity
Information about the buyer that's interacting with the cart.
More
cartSign ● String
cart signature
checkoutUrl ● String!non-null
The URL of the checkout for the cart.
createdAt ● Date
The date and time when the cart was created.
discountCodes ● [CartDiscountCode]
The case-insensitive discount codes that the customer added at checkout.
More
discountEnableCart ● Boolean
Whether to allow to use the discount codes
enablePartialSelection ● Boolean
Whether to allow partial selection of products field true allows partial selection of products false does not allow partial selection of products
estimatedCost ● CartEstimatedCost
The estimated costs that the buyer will pay at checkout.
More
id ● ID!non-null
A globally-unique ID.
lines ● [CartLine]
A list of lines containing information about the items the customer intends to purchase.
More
note ● String
A note that's associated with the cart. For example, the note can be a personalized message to the buyer.
updatedAt ● Date
The date and time when the cart was updated.
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?