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