---
title: New selected_delivery_option field in cart - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/new-selected_delivery_option-field-in-cart'
  md: 'https://shopify.dev/changelog/new-selected_delivery_option-field-in-cart.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-09-12T10:57:27-04:00'
  postedAt: '2022-10-01T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:07-05:00'
  effectiveAt: '2022-10-01T00:00:00-04:00'
---

October 1, 2022

Tags:

* API

# New `selected_delivery_option` field in cart

We have added the `selected_delivery_option` as part of the `CartDeliveryGroup` as well as the `handle` field as part of the `CartDeliveryOption` in the cart.

The `selected_delivery_option` field represents the selected delivery option in a delivery group. The `handle` field represents a unique identifier for the delivery option.

A default `CartDeliveryOption` is saved as the `selected_delivery_option` in each `CartDeliveryGroup` available.

We also added the `cartSelectedDeliveryOptionsUpdate` mutation, allowing you to update the `selected_delivery_option`s of each of your delivery groups.
