CalculatedPriceSet
The calculated price for a specific price set and context.
calculated_amount
null | numberRequiredThe amount of the calculated price, or
null
if there isn't a calculated price.calculated_price
objectThe details of the calculated price.
calculated_price
objectcalculated_price.max_quantity
null | numberRequiredThe
max_quantity
field defined on a money amount.calculated_price.min_quantity
null | numberRequiredThe
min_quantity
field defined on a money amount.calculated_price.money_amount_id
null | stringRequiredThe ID of the money amount selected as the calculated price.
calculated_price.price_list_id
null | stringRequiredThe ID of the associated price list, if any.
calculated_price.price_list_type
null | stringRequiredThe type of the associated price list, if any.
currency_code
null | stringRequiredThe currency code of the calculated price, or null if there isn't a calculated price.
id
stringRequiredThe ID of the price set.
is_calculated_price_price_list
booleanWhether 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_list
booleanWhether 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_amount
null | numberRequiredThe amount of the original price, or
null
if there isn't a calculated price.original_price
objectThe details of the original price.
original_price
objectoriginal_price.max_quantity
null | numberRequiredThe
max_quantity
field defined on a money amount.original_price.min_quantity
null | numberRequiredThe
min_quantity
field defined on a money amount.original_price.money_amount_id
null | stringRequiredThe ID of the money amount selected as the original price.
original_price.price_list_id
null | stringRequiredThe ID of the associated price list, if any.
original_price.price_list_type
null | stringRequiredThe type of the associated price list, if any.
Was this section helpful?