Skip to main content
Skip to main content

PriceSelectionResult

The price selection result of a variant.

Properties

originalPricenull | numberRequired
The original price of the variant which depends on the selected region or currency code in the context object. If both region ID and currency code are available in the context object, the region has higher precedence.
calculatedPricenull | numberRequired
The lowest price among the prices of the product variant retrieved using the context object.
pricesMoneyAmount[]Required
All possible prices of the variant that are retrieved using the context object. It can include its original price and its price lists if there are any.
originalPriceIncludesTaxnull | boolean
Whether the original price includes taxes or not. This is only available for Tax-Inclusive Pricing.
calculatedPriceIncludesTaxnull | boolean
Whether the calculated price includes taxes or not. This is only available for Tax-Inclusive Pricing.
calculatedPriceTypePriceType
The type of price applied in calculatedPrice.
Was this section helpful?