CalculatedPriceSetDTO
A calculated price set's data.
Properties
amount
null | numberRequiredThe calculated amount. It can possibly be
null
if there's no price set up for the provided context.currency_code
null | stringRequiredThe currency code of the calculated price. It can possibly be
null
.id
stringRequiredThe ID of the price set.
max_quantity
null | numberRequiredThe maximum quantity required to be purchased for this price to apply. It's set if the
quantity
property is provided in the context. Otherwise, its value will be null
.min_quantity
null | numberRequiredThe minimum quantity required to be purchased for this price to apply. It's set if the
quantity
property is provided in the context. Otherwise, its value will be null
.Was this section helpful?