stack

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

AdminTypes.DiscountApplicationTargetType enum

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 

Enumeration Members

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