--- title: CartAddress - Storefront API description: A delivery address of the buyer that is interacting with the cart. api_version: 2025-07 api_name: storefront type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-07/unions/CartAddress' md: 'https://shopify.dev/docs/api/storefront/2025-07/unions/CartAddress.md' --- # Cart​Address union A delivery address of the buyer that is interacting with the cart. ## Fields with this union * [Cart​Selectable​Address.address](https://shopify.dev/docs/api/storefront/2025-07/objects/CartSelectableAddress#field-CartSelectableAddress.fields.address) OBJECT A selectable delivery address for a cart. *** ```graphql union CartAddress = CartDeliveryAddress ```