--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.