GitHub

CartDeliveryGroupType

import { CartDeliveryGroupType } from '@daffodil/driver/shopify'

Defines what type of merchandise is in the delivery group.

enum CartDeliveryGroupType {
  OneTimePurchase = CartDeliveryGroupType.OneTimePurchase,
  Subscription = CartDeliveryGroupType.Subscription,
}

Properties

OneTimePurchase
CartDeliveryGroupType.OneTimePurchase

The delivery group only contains merchandise that is either a one time purchase or a first delivery of subscription merchandise.

Subscription
CartDeliveryGroupType.Subscription

The delivery group only contains subscription merchandise.