Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityPriceBreak
Quantity price breaks lets you offer different rates that are based on the amount of a specific variant being ordered.
Signature:
export interface QuantityPriceBreak extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
minimumQuantity | Scalars[‘Int’][‘output’] | Minimum quantity required to reach new quantity break price. | |
price | MoneyV2 | The price of variant after reaching the minimum quanity. | |
priceList | PriceList | The price list associated with this quantity break. | |
variant | ProductVariant | The product variant associated with this quantity break. |