# DeliveryAddressInput - storefront - INPUT_OBJECT
Version: 2025-04

## Description
The input fields for delivery address preferences.


### Access Scopes



## Fields
* [customerAddressId](/docs/api/storefront/2025-04/scalars/ID): ID - The ID of a customer address that is associated with the buyer that is interacting with the cart.

* [deliveryAddress](/docs/api/storefront/2025-04/input-objects/MailingAddressInput): MailingAddressInput - A delivery address preference of a buyer that is interacting with the cart.
* [deliveryAddressValidationStrategy](/docs/api/storefront/2025-04/enums/DeliveryAddressValidationStrategy): DeliveryAddressValidationStrategy - Defines what kind of address validation is requested.
* [oneTimeUse](/docs/api/storefront/2025-04/scalars/Boolean): Boolean - Whether the given delivery address is considered to be a one-time use address. One-time use addresses do not
get persisted to the buyer's personal addresses when checking out.



## Input objects with this input object
* [CartBuyerIdentityInput](/docs/api/storefront/2025-04/input-objects/CartBuyerIdentityInput)


## Examples