--- title: CartDeliveryGroupConnection - Storefront API description: | An auto-generated type for paginating through multiple CartDeliveryGroups. api_version: 2026-01 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection md: >- https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection.md --- # Cart​Delivery​Group​Connection connection An auto-generated type for paginating through multiple CartDeliveryGroups. ## Fields with this connection * [Cart.deliveryGroups](https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-Cart.fields.deliveryGroups) OBJECT A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart, throughout a customer's session. Use the [`checkoutUrl`](https://shopify.dev/docs/api/storefront/current/objects/Cart#field-checkoutUrl) field to direct buyers to Shopify's web checkout to complete their purchase. Learn more about [interacting with carts](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/cart/manage). *** ## Possible returns * edges [\[Cart​Delivery​Group​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroupEdge) non-null A list of edges. * nodes [\[Cart​Delivery​Group!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup) non-null A list of the nodes contained in CartDeliveryGroupEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Cart.deliveryGroups](https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-Cart.fields.deliveryGroups) ### Possible returns * [Cart​Delivery​Group​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection#returns-edges) * [Cart​Delivery​Group​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection#returns-nodes) * [Cart​Delivery​Group​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection#returns-pageInfo)