Development Resources

CalculatedPriceSet

The calculated price for a specific price set and context.

idstring
The ID of the price set.
calculated_amountnull | BigNumberValue
The amount of the calculated price, or null if there isn't a calculated price.
raw_calculated_amountnull | BigNumberRawValue
original_amountnull | BigNumberValue
The amount of the original price, or null if there isn't a calculated price.
raw_original_amountnull | BigNumberRawValue
currency_codenull | string
The currency code of the calculated price, or null if there isn't a calculated price.
is_calculated_price_price_listbooleanOptional
Whether 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_inclusivebooleanOptional
Whether the calculated price is tax inclusive or not.
is_original_price_price_listbooleanOptional
Whether 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_inclusivebooleanOptional
Whether the original price is tax inclusive or not.
calculated_priceobjectOptional
The details of the calculated price.
original_priceobjectOptional
The details of the original price.
Was this page helpful?
Edit this page