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