Skip to main content
object

A warning that occurred during a cart mutation.

•CartWarningCode!
non-null

The code of the warning.

•String!
non-null

The message text of the warning.

•ID!
non-null

The target of the warning.


Was this section helpful?

•mutation

Updates the attributes on a cart.

•mutation

Updates customer information associated with a cart. Buyer identity is used to determine international pricing and should match the customer's shipping address.

•mutation

Creates a new cart.

•mutation

Adds delivery addresses to the cart.

•mutation

Removes delivery addresses from the cart.

•mutation

Updates one or more delivery addresses on a cart.

•mutation

Updates the discount codes applied to the cart.

•mutation

Removes the gift card codes applied to the cart.

•mutation

Updates the gift card codes applied to the cart.

•mutation

Adds a merchandise line to the cart.

•mutation

Removes one or more merchandise lines from the cart.

•mutation

Updates one or more merchandise lines on a cart.

•mutation

Updates the note on the cart.

•mutation

Update the selected delivery options for a delivery group.


Was this section helpful?