Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleQuantityRangeInput
The input fields to update the quantity range within which the price rule is applicable.
Signature:
export interface PriceRuleQuantityRangeInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| greaterThan? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The lower bound of the quantity range. | |
| greaterThanOrEqualTo? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The lower or equal bound of the quantity range. | |
| lessThan? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The upper bound of the quantity range. | |
| lessThanOrEqualTo? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The upper or equal bound of the quantity range. |