GitHub

DiscountApplicationTargetType

The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.

import { DiscountApplicationTargetType } from '@daffodil/driver/shopify'
enum DiscountApplicationTargetType {
  LineItem = 'LINE_ITEM',
  ShippingLine = 'SHIPPING_LINE',
}