---
title: New field deliveryGroups for the cart object - 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-field-deliverygroups-for-the-cart-object'
  md: >-
    https://shopify.dev/changelog/new-field-deliverygroups-for-the-cart-object.md
metadata:
  effectiveApiVersion: 2022-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-02-23T11:00:38-05:00'
  postedAt: '2022-04-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:33-05:00'
  effectiveAt: '2022-04-01T00:00:00-04:00'
---

April 1, 2022

Tags:

* API
* 2022-04

# New field deliveryGroups for the cart object

As of GraphQL Admin API version 2022-04, a new `deliveryGroups` connection has been added to `cart`. It consists of a group of delivery options available for the line items in the cart, for a specified shipping address. Delivery groups are only available for logged-in customers with a full default address.

Refer to our documentation on [cartCreate](https://shopify.dev/api/storefront/2022-01/mutations/cartCreate#field-cartinput-buyeridentity) and [customerCreate](https://shopify.dev/api/storefront/2022-01/mutations/customerCreate) to learn more about how to create a cart associated with a logged-in customer.
