# CartDeliveryGroup - storefront - OBJECT Version: 2024-10 ## Description Information about the options available for one or more line items to be delivered to a specific address. ### Access Scopes ## Fields * [deliveryAddress](/docs/api/storefront/2024-10/objects/MailingAddress): MailingAddress! - The destination address for the delivery group. * [deliveryOptions](/docs/api/storefront/2024-10/objects/CartDeliveryOption): CartDeliveryOption! - The delivery options available for the delivery group. * [groupType](/docs/api/storefront/2024-10/enums/CartDeliveryGroupType): CartDeliveryGroupType! - The type of merchandise in the delivery group. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - The ID for the delivery group. * [selectedDeliveryOption](/docs/api/storefront/2024-10/objects/CartDeliveryOption): CartDeliveryOption - The selected delivery option for the delivery group. ## Connections * [cartLines](/docs/api/storefront/2024-10/connections/BaseCartLineConnection): BaseCartLineConnection! ## Related queries ## Related mutations ## Related Unions ## Examples