Skip to main content
Anchor to PriceListPriceOriginType

PriceListPriceOriginType

enum

Represents the origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration). For examples, refer to PriceList.

The price is defined on the price list.

The price is relative to the adjustment type and value.


Was this section helpful?

•ARGUMENT

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 Catalog to 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.

•OBJECT

Pricing for a ProductVariant on a PriceList. Represents the variant's price, compare-at price, and whether the price is fixed or calculated using percentage-based adjustments. The PriceListPriceOriginType distinguishes between prices set directly on the price list (fixed) and prices calculated using the price list's adjustment configuration (relative).

Learn more about building catalogs with different pricing models.


Was this section helpful?