--- title: CartDeliveryGroupType - Storefront API description: | Defines what type of merchandise is in the delivery group. api_version: 2025-10 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/enums/CartDeliveryGroupType' md: >- https://shopify.dev/docs/api/storefront/latest/enums/CartDeliveryGroupType.md --- # Cart​Delivery​Group​Type enum Defines what type of merchandise is in the delivery group. ## Valid values * ONE\_​TIME\_​PURCHASE The delivery group only contains merchandise that is either a one time purchase or a first delivery of subscription merchandise. * SUBSCRIPTION The delivery group only contains subscription merchandise. *** ## Fields * [Cart​Delivery​Group.groupType](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.groupType) OBJECT Information about the options available for one or more line items to be delivered to a specific address. *** ## Map ### Fields with this enum * <-|[Cart​Delivery​Group.groupType](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.groupType)