5.17 Update Products

Request

Method

URL

PUT

/update-product/{product_id}

{
  "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

Status

Response

200

{

"status": true,

"product_id": 1

}

403

400

401

401

500

Last updated