CreatePricesDTO
The prices to create part of a price set.
amount
numberRequiredThe amount of this money amount.
currency
CreateCurrencyDTOThe currency of this money amount.
currency
CreateCurrencyDTOcurrency_code
stringRequiredThe currency code of this money amount.
id
stringThe ID of the money amount.
max_quantity
null | numberThe maximum quantity required to be purchased for this money amount to be applied.
min_quantity
null | numberThe minimum quantity required to be purchased for this money amount to be applied.
rules
Record<string, string>RequiredThe rules to add to the price. The object's keys are rule types'
rule_attribute
attribute, and values are the value of that rule associated with this price.Was this section helpful?