Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleAllocationMethod
The method by which the price rule’s value is allocated to its entitled items.
Signature:
export declare enum PriceRuleAllocationMethod
| Member | Value | Description |
|---|---|---|
| Across | "ACROSS" |
The value will be applied once across the entitled items. |
| Each | "EACH" |
The value will be applied to each of the entitled items. |