--- title: CartDeliveryGroup - Storefront API description: >- Information about the options available for one or more line items to be delivered to a specific address. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup' md: 'https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup.md' --- # Cart​Delivery​Group object Information about the options available for one or more line items to be delivered to a specific address. ## Fields * cart​Lines [Base​Cart​Line​Connection!](https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection) non-null A list of cart lines for the delivery group. * delivery​Address [Mailing​Address!](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddress) non-null The destination address for the delivery group. * delivery​Options [\[Cart​Delivery​Option!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryOption) non-null The delivery options available for the delivery group. * group​Type [Cart​Delivery​Group​Type!](https://shopify.dev/docs/api/storefront/latest/enums/CartDeliveryGroupType) non-null The type of merchandise in the delivery group. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null The ID for the delivery group. * selected​Delivery​Option [Cart​Delivery​Option](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryOption) The selected delivery option for the delivery group. *** ## Map ### Fields and connections with this object * {}[Cart.deliveryGroups](https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-Cart.fields.deliveryGroups) * <->[CartDeliveryGroupConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/CartDeliveryGroupConnection#returns-nodes) * {}[CartDeliveryGroupEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroupEdge#field-CartDeliveryGroupEdge.fields.node)