Skip to main content
Skip to main content

UpdatePriceListPriceDTO

The data to update in a money amount. The id is used to identify which money amount to update.

idstringRequired
The ID of the money amount to update.
price_set_idstringRequired
The ID of the associated price set.
currency_codenull | string
The code of the currency to associate with the money amount.
The price of this money amount.
min_quantityBigNumberInput
The minimum quantity required to be purchased for this money amount to be applied.
max_quantityBigNumberInput
The 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?