Skip to main content
POST
Update a Product

Path parameters

string
The ID of the product.

Body parameters

string
The name of the product.
string
The description of the product.
string[]
The images of the product.
key-value array
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.