Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListPriceQuantityPriceBreaksArgs
Represents information about pricing for a product variant as defined on a price list, such as the price, compare at price, and origin type. You can use a PriceListPrice to specify a fixed price for a specific product variant.
Signature:
export interface PriceListPriceQuantityPriceBreaksArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| sortKey? | InputMaybe<QuantityPriceBreakSortKeys> | (Optional) |