Put Product Option Value Update
PUT {{baseUrl}}/product.option.value.update.json?option_value_id=<integer>&price=<number>&quantity=<number>
Update product option item from option.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
option_value_id | string | Defines value id that has to be assigned | |
price | string | Defines new product's price | |
quantity | string | Defines new product's quantity |