Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityRuleInput
The input fields for the per-order quantity rule to be applied on the product variant.
Signature:
export interface QuantityRuleInput
Property | Modifiers | Type | Description |
---|---|---|---|
increment | Scalars[‘Int’][‘input’] | The quantity increment. | |
maximum? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The maximum quantity. | |
minimum | Scalars[‘Int’][‘input’] | The minimum quantity. | |
variantId | Scalars[‘ID’][‘input’] | Product variant on which to apply the quantity rule. |