Skip to main content
Anchor to CartDeliveryAddressesAddPayload

CartDeliveryAddressesAddPayload

payload

Return type for cartDeliveryAddressesAdd 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

Adds delivery addresses to the cart.

Arguments

•ID!
required

The ID of the cart.

•[CartSelectableAddressInput!]!
required

A list of delivery addresses to add to the cart.

The input must not contain more than 250 values.



Was this section helpful?