Skip to main content
Anchor to CartDeliveryAddressesRemovePayload

CartDeliveryAddressesRemovePayload

payload

Return type for cartDeliveryAddressesRemove mutation.

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

Anchor to Mutations with this payloadMutations with this payload

•mutation

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

Arguments

•ID!
required

The ID of the cart.

•[ID!]!
required

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

The input must not contain more than 250 values.



Was this section helpful?