Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityPriceBreakInput
The input fields and values to use when creating quantity price breaks.
Signature:
export interface QuantityPriceBreakInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| minimumQuantity | Scalars[‘Int’][‘input’] | The minimum required quantity for a variant to qualify for this price. | |
| price | MoneyInput | The price of the product variant when its quantity meets the break’s minimum quantity. | |
| variantId | Scalars[‘ID’][‘input’] | The product variant ID associated with the quantity break. |