- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreatePriceListPriceWorkflowDTO
The data to create a price list's price.
Properties#
amount
numberThe amount for the price.
currency_code
stringThe currency code for the price.
variant_id
stringThe ID of the variant that this price applies to.
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 list.
Was this page helpful?