AdminPriceListPricesCreateReq
constructor
Properties
amount
numberRequiredThe amount to charge for the Product Variant.
currency_code
stringThe 3 character ISO currency code for which the price will be used. This is only required if
region\_id
is not provided.max_quantity
numberThe maximum quantity for which the price will be used.
min_quantity
numberThe minimum quantity for which the price will be used.
region_id
stringThe ID of the Region for which the price is used. This is only required if
currecny\_code
is not provided.variant_id
stringRequiredThe ID of the Variant for which the price is used.
Was this section helpful?