ProductVariantPricesCreateReq
constructor
Properties
amount
numberRequiredThe price amount.
region_id
stringThe ID of the Region the price will be used in. This is only required if
currency\_code
is not provided.currency_code
stringThe 3 character ISO currency code the price will be used in. This is only required if
region\_id
is not provided.min_quantity
numberThe minimum quantity required to be added to the cart for the price to be used.
max_quantity
numberThe maximum quantity required to be added to the cart for the price to be used.
Was this section helpful?