Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountApplicationAllocationMethod
The method by which the discount’s value is allocated onto its entitled lines.
Signature:
export declare enum DiscountApplicationAllocationMethod
Member | Value | Description |
---|---|---|
Across | "ACROSS" |
The value is spread across all entitled lines. |
Each | "EACH" |
The value is applied onto every entitled line. |
One | "ONE" |
The value is specifically applied onto a particular line. |