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