Skip to main content
Log inSign up
query

Returns a price list resource by ID.

•
ID!required

The ID of the PriceList to return.


Was this section helpful?

•

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.

catalog•

The catalog that the price list is associated with.

currency•
non-null

The currency for fixed prices associated with this price list.

fixedPricesCount•
non-null

The number of fixed prices on the price list.

id•
non-null

A globally-unique ID.

name•
non-null

The unique name of the price list, used as a human-readable identifier.

parent•

Relative adjustments to other prices.

prices•
non-null

A list of prices associated with the price list.

quantityRules•
non-null

A list of quantity rules associated with the price list, ordered by product variants.


Was this section helpful?