CalculatedPriceSet
The calculated price for a specific price set and context.
calculated_amountnull | numberRequiredThe amount of the calculated price, or 
null if there isn't a calculated price.calculated_price.max_quantitynull | numberRequiredThe 
max_quantity field defined on a money amount.calculated_price.min_quantitynull | numberRequiredThe 
min_quantity field defined on a money amount.calculated_price.money_amount_idnull | stringRequiredThe ID of the money amount selected as the calculated price.
calculated_price.price_list_idnull | stringRequiredThe ID of the associated price list, if any.
calculated_price.price_list_typenull | stringRequiredThe type of the associated price list, if any.
currency_codenull | stringRequiredThe currency code of the calculated price, or null if there isn't a calculated price.
idstringRequiredThe ID of the price set.
original_amountnull | numberRequiredThe amount of the original price, or 
null if there isn't a calculated price.original_price.max_quantitynull | numberRequiredThe 
max_quantity field defined on a money amount.original_price.min_quantitynull | numberRequiredThe 
min_quantity field defined on a money amount.original_price.money_amount_idnull | stringRequiredThe ID of the money amount selected as the original price.
original_price.price_list_idnull | stringRequiredThe ID of the associated price list, if any.
original_price.price_list_typenull | stringRequiredThe type of the associated price list, if any.
calculated_priceobjectThe details of the calculated price.
calculated_priceobjectis_calculated_price_price_listbooleanWhether 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_original_price_price_listbooleanWhether 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.original_priceobjectThe details of the original price.
original_priceobjectWas this section helpful?