PriceSelectionResult
The price selection result of a variant.
Properties
originalPrice
null | numberRequiredThe 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.
calculatedPrice
null | numberRequiredThe lowest price among the prices of the product variant retrieved using the context object.
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.
context
object.
It can include its original price and its price lists if there are any.originalPriceIncludesTax
null | booleanWhether the original price includes taxes or not. This is only available
for Tax-Inclusive Pricing.
calculatedPriceIncludesTax
null | booleanWhether the calculated price includes taxes or not.
This is only available for Tax-Inclusive Pricing.
calculatedPriceType
PriceTypeThe type of price applied in
calculatedPrice
.Was this section helpful?