Skip to main content
Anchor to cartAttributesUpdate

cartAttributesUpdate

mutation

Updates the attributes on a cart.

•[AttributeInput!]!
required

An array of key-value pairs that contains additional information about the cart.

The input must not contain more than 250 values.

•ID!
required

The ID of the cart.


Was this section helpful?

Anchor to CartAttributesUpdatePayload returnsCartAttributesUpdatePayload 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?