CartDeliveryGroupType
Defines what type of merchandise is in the delivery group.
import { CartDeliveryGroupType } from '@daffodil/driver/shopify'
enum CartDeliveryGroupType {
OneTimePurchase = 'ONE_TIME_PURCHASE',
Subscription = 'SUBSCRIPTION',
}