Requires read_products access scope.

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.


The catalog that the price list is associated with.

The currency for fixed prices associated with this price list.

The number of fixed prices on the price list.

A globally-unique ID.

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

Relative adjustments to other prices.

A list of prices associated with the price list.

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


Was this section helpful?
Map

Fields and connections from

PriceList


Returns a price list resource by ID.

All price lists for a shop.


Was this section helpful?
<?>
PriceList Queries
PriceList


Anchor to priceListCreate
mutation
Access requirements

Creates a price list. You can use the priceListCreate mutation to create a new price list and associate it with a catalog. This enables you to sell your products with contextual pricing.

Updates the fixed prices for all variants for a product on a price list. You can use the priceListFixedPricesByProductUpdate mutation to set or remove a fixed price for all variants of a product associated with the price list.

Updates fixed prices on a price list. You can use the priceListFixedPricesUpdate mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list.

Anchor to priceListUpdate
mutation
Access requirements

Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted.


Was this section helpful?



Was this section helpful?
||-
PriceList Implements
PriceList

Implements