--- title: CartSelectableAddressInput - Storefront API description: The input fields for a selectable delivery address in a cart. 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/cartselectableaddressinput md: https://shopify.dev/docs/api/storefront/latest/input-objects/cartselectableaddressinput.md --- # Cart​Selectable​Address​Input input\_object The input fields for a selectable delivery address in a cart. ## Fields * address [Cart​Address​Input!](https://shopify.dev/docs/api/storefront/latest/input-objects/CartAddressInput) required Exactly one kind of delivery address. * one​Time​Use [Boolean](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) When true, this delivery address will not be associated with the buyer after a successful checkout. * selected [Boolean](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) Sets exactly one address as pre-selected for the buyer. * validation​Strategy [Delivery​Address​Validation​Strategy](https://shopify.dev/docs/api/storefront/latest/enums/DeliveryAddressValidationStrategy) Default:COUNTRY\_CODE\_ONLY Defines what kind of address validation is requested. *** ## Input objects using this input * [Cart​Delivery​Input.addresses](https://shopify.dev/docs/api/storefront/latest/input-objects/CartDeliveryInput#fields-addresses) INPUT OBJECT The input fields for the cart's delivery properties. *** ## Map ### Input objects using this input * [Cart​Delivery​Input.addresses](https://shopify.dev/docs/api/storefront/latest/input-objects/CartDeliveryInput#fields-addresses)