v1
latestOpenAPI 3.0.12026-07-24501176.6 MBAdd Product
Allows you to add product to the inventory.
post/product/add
Request body
Response
200
Example response
{
"response": {
"status": {
"success": true,
"code": 200,
"message": "Success"
},
"product": [
{
"item_id": "28267591",
"sku": "SKU40",
"ean": "SKU40",
"price": "7000",
"img_url": "https://nightly.capillary.in/productManagement/Colors/img.jpg",
"in_stock": "false",
"description": "adding sample product",
"returnable": "true",
"returnable_days": -1,
"long_description": "Sample description",
"item_status": {
"success": true,
"code": 9100,
"message": "Product added successfully"
}
}
]
}
}