# cartDeliveryAddressesAdd - storefront - MUTATION
Version: 2025-01

## Description
Adds delivery addresses to the cart.

### Access Scopes



## Arguments
* [addresses](/docs/api/storefront/2025-01/input-objects/CartSelectableAddressInput): CartSelectableAddressInput! - A list of delivery addresses to add to the cart.

The input must not contain more than `250` values.
* [cartId](/docs/api/storefront/2025-01/scalars/ID): ID! - The ID of the cart.


## Returns
* [cart](/docs/api/storefront/2025-01/objects/Cart): Cart The updated cart.
* [userErrors](/docs/api/storefront/2025-01/objects/CartUserError): CartUserError! The list of errors that occurred from executing the mutation.
* [warnings](/docs/api/storefront/2025-01/objects/CartWarning): CartWarning! A list of warnings that occurred during the mutation.


## Examples