--- title: CartAddressInput - Storefront API description: >- The input fields to provide exactly one of a variety of delivery address types. api_version: 2025-10 api_name: storefront type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartAddressInput md: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartAddressInput.md --- # Cart​Address​Input input\_object The input fields to provide exactly one of a variety of delivery address types. ## Fields * copy​From​Customer​Address​Id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) Copies details from the customer address to an address on this cart. * delivery​Address [Cart​Delivery​Address​Input](https://shopify.dev/docs/api/storefront/latest/input-objects/CartDeliveryAddressInput) A delivery address stored on this cart. *** ## Input objects using this input * [Cart​Selectable​Address​Input.address](https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectableAddressInput#fields-address) INPUT OBJECT The input fields for a selectable delivery address in a cart. * [Cart​Selectable​Address​Update​Input.address](https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectableAddressUpdateInput#fields-address) INPUT OBJECT The input fields to update a line item on a cart. *** ## Map ### Input objects using this input * [Cart​Selectable​Address​Input.address](https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectableAddressInput#fields-address) * [Cart​Selectable​Address​Update​Input.address](https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectableAddressUpdateInput#fields-address)