Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceList
Represents a price list, including information about related prices and eligibility rules. You can use price lists to specify either fixed prices or adjusted relative prices that override initial product variant prices. Price lists are applied to customers using context rules, which determine price list eligibility.
For more information on price lists, refer to [Support different pricing models](https://shopify.dev/apps/internationalization/product-price-lists).
Signature:
export interface PriceList extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
catalog? | Maybe<Catalog> | (Optional) The catalog that the price list is associated with. | |
currency | CurrencyCode | `${CurrencyCode}` | The currency for fixed prices associated with this price list. | |
fixedPricesCount | Scalars[‘Int’][‘output’] | The number of fixed prices on the price list. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
name | Scalars[‘String’][‘output’] | The unique name of the price list, used as a human-readable identifier. | |
parent? | Maybe<PriceListParent> | (Optional) Relative adjustments to other prices. | |
prices | PriceListPriceConnection | A list of prices associated with the price list. | |
quantityRules | QuantityRuleConnection | A list of quantity rules associated with the price list, ordered by product variants. |