--- title: CartSelectableAddress - Storefront API description: | A selectable delivery address for a cart. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/objects/CartSelectableAddress md: >- https://shopify.dev/docs/api/storefront/2025-01/objects/CartSelectableAddress.md --- # Cart​Selectable​Address object A selectable delivery address for a cart. ## Fields * address [Cart​Address!](https://shopify.dev/docs/api/storefront/2025-01/unions/CartAddress) non-null The delivery address. * id [ID!](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) non-null A unique identifier for the address, specific to this cart. * one​Time​Use [Boolean!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) non-null This delivery address will not be associated with the buyer after a successful checkout. * selected [Boolean!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) non-null Sets exactly one address as pre-selected for the buyer. *** ## Map ### Fields with this object * {}[CartDelivery.addresses](https://shopify.dev/docs/api/storefront/2025-01/objects/CartDelivery#field-CartDelivery.fields.addresses)