Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountApplicationTargetType
The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.
Signature:
export declare enum DiscountApplicationTargetType
Member | Value | Description |
---|---|---|
LineItem | "LINE_ITEM" |
The discount applies onto line items. |
ShippingLine | "SHIPPING_LINE" |
The discount applies onto shipping lines. |