---
title: CartSelectedDeliveryOptionInput - Storefront API
description: >-
  The input fields for updating the selected delivery options for a delivery
  group.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectedDeliveryOptionInput
  md: >-
    https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectedDeliveryOptionInput.md
api_name: storefront
api_type: graphql
type: input-object
---

# Cart​Selected​Delivery​Option​Input

input\_object

The input fields for updating the selected delivery options for a delivery group.

## Fields

* delivery​Group​Id

  [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

  non-null

  The ID of the cart delivery group.

* delivery​Option​Handle

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The handle of the selected delivery option.

***

## Mutations using this input

* [cart​Selected​Delivery​Options​Update.selectedDeliveryOptions](https://shopify.dev/docs/api/storefront/latest/mutations/cartSelectedDeliveryOptionsUpdate#arguments-selectedDeliveryOptions)

  ARGUMENT

***

## Map

### Mutations using this input

* [cart​Selected​Delivery​Options​Update.selectedDeliveryOptions](https://shopify.dev/docs/api/storefront/latest/mutations/cartSelectedDeliveryOptionsUpdate#arguments-selectedDeliveryOptions)
