products
Update a product image
Updates a product image.
patch/products/image/{product_id}
Path parameters
product_idstring required
The id of the product to be updated
Example:1
Request body
Example request
{
"image": "image.jpg"
}Response
Product image updated successfully
Example response
{
"status": "success",
"status_code": 200
}