PriceSelectionResult
The price selection result of a variant.
Properties
calculatedPrice
null | numberRequiredThe lowest price among the prices of the product variant retrieved using the context object.
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.
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.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
.originalPriceIncludesTax
null | booleanWhether the original price includes taxes or not. This is only available
for Tax-Inclusive Pricing.
Was this section helpful?