Skip to main content
Anchor to cartDeliveryAddressesRemove

cartDeliveryAddressesRemove

mutation

Removes delivery addresses from a Cart by their IDs, allowing batch removal in a single request.

•[ID!]!
required

A list of delivery addresses by handle to remove from the cart.

The input must not contain more than 250 values.

•ID!
required

The ID of the cart.


Was this section helpful?

Anchor to CartDeliveryAddressesRemovePayload returnsCartDeliveryAddressesRemovePayload 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?