stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountTargetType

AdminTypes.DiscountTargetType enum

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

Signature:

export declare enum DiscountTargetType 

Enumeration Members

Member Value Description
LineItem "LINE_ITEM" The discount applies onto line items.
ShippingLine "SHIPPING_LINE" The discount applies onto shipping lines.