Shopify GraphQL API / Cart
A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart. To learn how to interact with a cart during a customer's session, refer to [Manage a cart with the Storefront API](https://shopify.dev/api/examples/cart).
Implements
Fields
attributes : [Attribute!]!
buyerIdentity : CartBuyerIdentity!
checkoutUrl : URL!
createdAt : DateTime!
deliveryGroups
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
)
:
CartDeliveryGroupConnection!
discountCodes : [CartDiscountCode!]!
estimatedCost : CartEstimatedCost!
id : ID!
lines
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
)
:
CartLineConnection!
note : String
updatedAt : DateTime!