Skip to main content
Anchor to cartDeliveryAddressesUpdate

cartDeliveryAddressesUpdate

mutation

Updates one or more delivery addresses on a cart.

•[CartSelectableAddressUpdateInput!]!
required

The delivery addresses to update.

The input must not contain more than 250 values.

•ID!
required

The ID of the cart.


Was this section helpful?

Anchor to CartDeliveryAddressesUpdatePayload returnsCartDeliveryAddressesUpdatePayload 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?