Skip to main content
Skip to main content

PriceSelectionResult

The price selection result of a variant.

Properties

calculatedPricenull | numberRequired
The lowest price among the prices of the product variant retrieved using the context object.
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.
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.
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.
originalPriceIncludesTaxnull | boolean
Whether the original price includes taxes or not. This is only available for Tax-Inclusive Pricing.
Was this section helpful?