# cartSelectedDeliveryOptionsUpdate - storefront - MUTATION Version: 2024-07 ## Description Update the selected delivery options for a delivery group. ### Access Scopes ## Arguments * [cartId](/docs/api/storefront/2024-07/scalars/ID): ID! - The ID of the cart. * [selectedDeliveryOptions](/docs/api/storefront/2024-07/input-objects/CartSelectedDeliveryOptionInput): CartSelectedDeliveryOptionInput! - The selected delivery options. The input must not contain more than `250` values. ## Returns * [cart](/docs/api/storefront/2024-07/objects/Cart): Cart The updated cart. * [userErrors](/docs/api/storefront/2024-07/objects/CartUserError): CartUserError! The list of errors that occurred from executing the mutation. ## Examples