CalculatedPriceSet
The calculated price for a specific price set and context.
Properties
calculated_amountnull | numberRequiredThe amount of the calculated price, or
null if there isn't a calculated price.calculated_priceobjectThe details of the calculated price.
calculated_priceobjectcalculated_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.
is_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_amountnull | numberRequiredThe amount of the original price, or
null if there isn't a calculated price.original_priceobjectThe details of the original price.
original_priceobjectoriginal_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.
Was this section helpful?