CalculatedPriceSet
The calculated price for a specific price set and context.
id
stringRequiredThe ID of the price set.
The amount of the calculated price, or
null
if there isn't a calculated price.The amount of the original price, or
null
if there isn't a calculated price.currency_code
null | stringRequiredThe currency code of the calculated price, or null if there isn't a calculated price.
calculated_price.id
null | stringRequiredThe ID of the price 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.
The
min_quantity
field defined on a price.The
max_quantity
field defined on a price.original_price.id
null | stringRequiredThe ID of the price 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.
The
min_quantity
field defined on a price.The
max_quantity
field defined on a price.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
.calculated_price
objectThe details of the calculated price.
calculated_price
objectoriginal_price
objectThe details of the original price.
original_price
objectWas this section helpful?