import { ShopifyCartDeliveryGroupType } from '@daffodil/driver/shopify'
Defines what type of merchandise is in the delivery group.
enum ShopifyCartDeliveryGroupType {
OneTimePurchase = ShopifyCartDeliveryGroupType.OneTimePurchase,
Subscription = ShopifyCartDeliveryGroupType.Subscription,
}
OneTimePurchase ShopifyCartDeliveryGroupType.OneTimePurchase |
|---|
The delivery group only contains merchandise that is either a one time purchase or a first delivery of subscription merchandise. |
Subscription ShopifyCartDeliveryGroupType.Subscription |
|---|
The delivery group only contains subscription merchandise. |