Products
Update a Product
Updates the information of a product by defining the values for the passed parameters. Any parameters not supplied will remain unaltered.
POST
/
products
/
{id}
Path parameters
The ID of the product.
Body parameters
The name of the product.
The description of the product.
The images of the product.
A Set of key-value pairs that can be used to store additional information about the product.
Returns
If the update is successful, it returns a product object with the updated information.