5.12 Create Products
Request
Method
URL
POST
/add-product
{
"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": 69
}
403
400
401
401
500
Last updated