cartDeliveryAddressesUpdate - storefront - MUTATION
Version: unstable
Description:
Updates one or more delivery addresses on a cart.
Access Scopes
Arguments
-
addresses:
CartSelectableAddressUpdateInput! -
The delivery addresses to update.
The input must not contain more than `250` values.
-
cartId:
ID! -
The ID of the cart.
Returns
-
cart:
Cart
The updated cart.
-
userErrors:
CartUserError!
The list of errors that occurred from executing the mutation.
-
warnings:
CartWarning!
A list of warnings that occurred during the mutation.
Examples