Request
{ "name": "Product Name", "merchant_id": 1, "price": 29.99, "description": "Product Description", "image": "product_image.jpg", "category_id": 1, "is_active": true, "order": 1 }
Response
Last updated 5 months ago
Method
URL
PUT
/update-product/{product_id}
Status
200
{
"status": true,
"product_id": 1
}
403
400
401
500