Skip to main content
Anchor to cartDeliveryAddressesUpdate

cartDeliveryAddressesUpdate

mutation

Updates one or more delivery addresses on a Cart. Each address can be modified to change its details, set it as the pre-selected address for checkout, or mark it for one-time use so it isn't saved to the customer's account.

•[CartSelectableAddressUpdateInput!]!
required

The delivery addresses to update.

The input must not contain more than 250 values.

Show input fields
•ID!
required

The ID of the cart.


Was this section helpful?

Anchor to CartDeliveryAddressesUpdatePayload returnsCartDeliveryAddressesUpdatePayload returns

•Cart

The updated cart.

Show fields
•[CartUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields
•[CartWarning!]!
non-null

A list of warnings that occurred during the mutation.

Show fields

Was this section helpful?