- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CalculatedPriceSet
The calculated price for a specific price set and context.
id
stringThe ID of the price set.
calculated_amount
null | BigNumberValueThe amount of the calculated price, or null
if there isn't a calculated price.
calculated_amount
null | BigNumberValuenull
if there isn't a calculated price.raw_calculated_amount
null | BigNumberRawValue
raw_calculated_amount
null | BigNumberRawValueoriginal_amount
null | BigNumberValueThe amount of the original price, or null
if there isn't a calculated price.
original_amount
null | BigNumberValuenull
if there isn't a calculated price.raw_original_amount
null | BigNumberRawValue
raw_original_amount
null | BigNumberRawValuecurrency_code
null | stringThe currency code of the calculated price, or null if there isn't a calculated price.
is_calculated_price_price_list
booleanOptionalWhether the calculated price is associated with a price list. During the calculation process, if no valid price list is found,
the calculated price is set to the original price, which doesn't belong to a price list. In that case, the value of this property is
false
.is_calculated_price_tax_inclusive
booleanOptionalWhether the calculated price is tax inclusive or not.
is_original_price_price_list
booleanOptionalWhether the original price is associated with a price list. During the calculation process, if the price list of the calculated price is of type override,
the original price will be the same as the calculated price. In that case, the value of this property is
true
.is_original_price_tax_inclusive
booleanOptionalWhether the original price is tax inclusive or not.
calculated_price
objectOptionalThe details of the calculated price.
calculated_price
objectOptionaloriginal_price
objectOptionalThe details of the original price.
original_price
objectOptionalWas this page helpful?