- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
BaseCalculatedPriceSet
Properties#
id
stringThe ID of the price set.
calculated_amount
null | numberThe amount of the calculated price, or
null
if there isn't a calculated price.original_amount
null | numberThe amount of the original price, or
null
if there isn't a calculated price.currency_code
null | stringThe currency code of the calculated price, or null if there isn't a calculated price.
is_calculated_price_price_list
booleanOptionalWhether 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_inclusive
booleanOptionalWhether the calculated price is tax inclusive.
calculated_amount_with_tax
null | numberOptionalThe amount of the calculated price with taxes included. If the calculated price is tax inclusive, this field will be the same as
calculated_amount
.calculated_amount_without_tax
null | numberOptionalThe amount of the calculated price without taxes included. If the calculated price is tax exclusive, this field will be the same as
calculated_amount
.is_original_price_price_list
booleanOptionalWhether 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_inclusive
booleanOptionalWhether the original price is tax inclusive.
calculated_price
objectOptionalThe details of the calculated price.
calculated_price
objectOptionaloriginal_price
objectOptionalThe details of the original price.
original_price
objectOptionalWas this page helpful?