--- title: DeliveryAddressInput - Storefront API description: | The input fields for delivery address preferences. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/DeliveryAddressInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/DeliveryAddressInput.txt --- # Delivery​Address​Input input\_object The input fields for delivery address preferences. ## Fields * customer​Address​Id [ID](https://shopify.dev/docs/api/storefront/2024-10/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/2024-10/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/2024-10/enums/DeliveryAddressValidationStrategy) Default:COUNTRY\_CODE\_ONLY Defines what kind of address validation is requested. * one​Time​Use [Boolean](https://shopify.dev/docs/api/storefront/2024-10/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.​delivery​Address​Preferences](https://shopify.dev/docs/api/storefront/2024-10/input-objects/CartBuyerIdentityInput#field-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/2024-10/input-objects/CartBuyerIdentityInput#field-deliveryAddressPreferences)