stack

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

AdminTypes.DiscountApplicationLevel enum

The level at which the discount’s value is applied.

Signature:

export declare enum DiscountApplicationLevel 

Enumeration Members

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.