- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdatePriceListPriceWorkflowDTO
The data to update a price list's price.
Properties#
id
stringThe ID of the price.
variant_id
stringThe ID of the product variant that this price belongs to.
amount
numberOptionalThe amount of the price.
currency_code
stringOptionalThe currency code of the price.
max_quantity
null | numberOptionalThe maximum quantity of the variant allowed in the cart for this price to be applied.
min_quantity
null | numberOptionalThe minimum quantity of the variant required in the cart for this price to be applied.
rules
Record<string, string>OptionalAdditional rules for the price.
Was this page helpful?