Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountApplicationLevel
The level at which the discount’s value is applied.
Signature:
export declare enum DiscountApplicationLevel
Member | Value | Description |
---|---|---|
Line | "LINE" |
The discount is applied at the line level. Line level discounts are factored into the discountedUnitPriceSet on line items. |
Order | "ORDER" |
The discount is applied at the order level. Order level discounts are not factored into the discountedUnitPriceSet on line items. |