Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleFeature
The list of features that can be supported by a price rule.
Signature:
export declare enum PriceRuleFeature
Member | Value | Description |
---|---|---|
Bulk | "BULK" |
The price rule supports bulk discounts. |
BuyOneGetOne | "BUY_ONE_GET_ONE" |
The price rule supports Buy X, Get Y (BXGY) discounts. |
BuyOneGetOneWithAllocationLimit | "BUY_ONE_GET_ONE_WITH_ALLOCATION_LIMIT" |
The price rule supports Buy X, Get Y (BXGY) discounts that specify a custom allocation limit. |
QuantityDiscounts | "QUANTITY_DISCOUNTS" |
The price rule supports discounts that require a quantity. |
SpecificCustomers | "SPECIFIC_CUSTOMERS" |
The price rule targets specific customers. |