price List
Returns a by ID. You can use price lists to specify either fixed prices or adjusted relative prices that override initial Product prices.
Price lists enable contextual pricing for the Catalog they are associated to. Each price list can define fixed prices for specific objects or percentage-based adjustments relative to other prices.
Anchor to Possible returnsPossible returns
- Anchor to PriceListPrice•Price
List List A list that defines pricing for product variants. Price lists override default product prices with either fixed prices or percentage-based adjustments.
Each price list associates with a
Catalogto determine which customers see the pricing. The catalog's context rules control when the price list applies, such as for specific markets, company locations, or apps.Learn how to support different pricing models.
- Anchor to catalogcatalog•Catalog
The catalog that the price list is associated with.
- Anchor to currencycurrency•Currency
Code! non-null The currency for fixed prices associated with this price list.
- Anchor to fixedPricesCountfixed•Int!
Prices Count non-null The number of fixed prices on the price list.
- •ID!non-null
A globally-unique ID.
- Anchor to namename•String!non-null
The unique name of the price list, used as a human-readable identifier.
- Anchor to parentparent•Price
List Parent Relative adjustments to other prices.
- Anchor to pricesprices•Price
List Price Connection! non-null A list of prices associated with the price list.
- Anchor to originTypeorigin•Price
Type List Price Origin Type The origin of this price, either fixed (defined on the price list) or relative (calculated using an adjustment via a price list parent configuration).
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
Arguments
- Anchor to quantityRulesquantity•Quantity
Rules Rule Connection! non-null A list of quantity rules associated with the price list, ordered by product variants.
- Anchor to originTypeorigin•Quantity
Type Rule Origin Type Whether the quantity rule is fixed (defined on the price list) or relative (the default quantity rule for the shop).
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments