UpdatePriceListPriceDTO
The data to update in a money amount. The id
is used to identify which money amount to update.
id
stringRequiredThe ID of the money amount to update.
price_set_id
stringRequiredThe ID of the associated price set.
currency_code
null | stringThe code of the currency to associate with the money amount.
amount
BigNumberInputThe price of this money amount.
min_quantity
BigNumberInputThe minimum quantity required to be purchased for this money amount to be applied.
max_quantity
BigNumberInputThe maximum quantity required to be purchased for this money amount to be applied.
The 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?