update-product
Update an existing product's name, description, and display order by providing its product ID and the new values in a request body.
Instructions
This endpoint updates a Product identified by the productId parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The identifier of the Product. | |
| requestBody | Yes |