Skip to main content
Anchor to CartDeliveryAddressesUpdatePayload

CartDeliveryAddressesUpdatePayload

payload

Return type for cartDeliveryAddressesUpdate mutation.

•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?

Anchor to Mutations with this payloadMutations with this payload

•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.

Show payload

Arguments

•[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?