--- title: DeliveryAddressInput - Storefront API description: | The input fields for delivery address preferences. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/DeliveryAddressInput md: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/DeliveryAddressInput.md --- # Delivery​Address​Input input\_object The input fields for delivery address preferences. ## Fields * customer​Address​Id [ID](https://shopify.dev/docs/api/storefront/unstable/scalars/ID) The ID of a customer address that is associated with the buyer that is interacting with the cart. * delivery​Address [Mailing​Address​Input](https://shopify.dev/docs/api/storefront/unstable/input-objects/MailingAddressInput) A delivery address preference of a buyer that is interacting with the cart. * delivery​Address​Validation​Strategy [Delivery​Address​Validation​Strategy](https://shopify.dev/docs/api/storefront/unstable/enums/DeliveryAddressValidationStrategy) Default:COUNTRY\_CODE\_ONLY Defines what kind of address validation is requested. * one​Time​Use [Boolean](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) Default:false 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 using this input * [Cart​Buyer​Identity​Input.deliveryAddressPreferences](https://shopify.dev/docs/api/storefront/unstable/input-objects/CartBuyerIdentityInput#fields-deliveryAddressPreferences) INPUT OBJECT Specifies the input fields to update the buyer information associated with a cart. Buyer identity is used to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing) and should match the customer's shipping address. *** ## Map ### Input objects using this input * [Cart​Buyer​Identity​Input.deliveryAddressPreferences](https://shopify.dev/docs/api/storefront/unstable/input-objects/CartBuyerIdentityInput#fields-deliveryAddressPreferences)