--- title: CartSelectableAddressUpdateInput - Storefront API description: The input fields to update a line item on 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/cartselectableaddressupdateinput md: https://shopify.dev/docs/api/storefront/latest/input-objects/cartselectableaddressupdateinput.md --- # Cart​Selectable​Address​Update​Input input\_object The input fields to update a line item on a cart. ## Fields * address [Cart​Address​Input](https://shopify.dev/docs/api/storefront/latest/input-objects/CartAddressInput) Exactly one kind of delivery address. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null The id of the selectable 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. *** ## Map No referencing types