Skip to main content
Skip to main content

ProductVariantPricesUpdateReq

constructor


Properties

amountnumberRequired
The price amount.
idstring
The ID of the Price. If provided, the existing price will be updated. Otherwise, a new price will be created.
region_idstring
The ID of the Region the price will be used in. This is only required if currency\_code is not provided.
currency_codestring
The 3 character ISO currency code the price will be used in. This is only required if region\_id is not provided.
min_quantitynumber
The minimum quantity required to be added to the cart for the price to be used.
max_quantitynumber
The maximum quantity required to be added to the cart for the price to be used.
Was this section helpful?