Skip to main content
Anchor to cartBuyerIdentityUpdate

cartBuyerIdentityUpdate

mutation

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

•CartBuyerIdentityInput!required

The customer associated with the cart. Used to determine international pricing. Buyer identity should match the customer's shipping address.

•ID!required

The ID of the cart.


Was this section helpful?

Anchor to CartBuyerIdentityUpdatePayload returnsCartBuyerIdentityUpdatePayload returns

•Cart

The updated cart.

•[CartUserError!]!non-null

The list of errors that occurred from executing the mutation.

•[CartWarning!]!non-null

A list of warnings that occurred during the mutation.


Was this section helpful?