# CartSelectableAddress - storefront - OBJECT Version: unstable ## Description A selectable delivery address for a cart. ### Access Scopes ## Fields * [address](/docs/api/storefront/unstable/unions/CartAddress): CartAddress! - The delivery address. * [id](/docs/api/storefront/unstable/scalars/ID): ID! - A unique identifier for the address, specific to this cart. * [oneTimeUse](/docs/api/storefront/unstable/scalars/Boolean): Boolean! - This delivery address will not be associated with the buyer after a successful checkout. * [selected](/docs/api/storefront/unstable/scalars/Boolean): Boolean! - Sets exactly one address as pre-selected for the buyer. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples