appliedGiftCards:
AppliedGiftCard!
The gift cards that have been applied to the cart.
attribute:
Attribute
An attribute associated with the cart.
attributes:
Attribute!
The attributes associated with the cart. Attributes are represented as key-value pairs.
buyerIdentity:
CartBuyerIdentity!
Information about the buyer that's interacting with the cart.
checkoutUrl:
URL!
The URL of the checkout for the cart.
cost:
CartCost!
The estimated costs that the buyer will pay at checkout. The costs are subject to change and changes will be reflected at checkout. The `cost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).
createdAt:
DateTime!
The date and time when the cart was created.
discountAllocations:
CartDiscountAllocation!
The discounts that have been applied to the entire cart.
discountCodes:
CartDiscountCode!
The case-insensitive discount codes that the customer added at checkout.
estimatedCost:
CartEstimatedCost!
The estimated costs that the buyer will pay at checkout. The estimated costs are subject to change and changes will be reflected at checkout. The `estimatedCost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).
metafield:
Metafield
A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
metafields:
Metafield!
A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource.
note:
String
A note that's associated with the cart. For example, the note can be a personalized message to the buyer.
totalQuantity:
Int!
The total number of items in the cart.
updatedAt:
DateTime!
The date and time when the cart was updated.