v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Add Product

Allows you to add product to the inventory.

post/product/add

Request body

RAW_BODYstring

Response

200

OR

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"
        }
      }
    ]
  }
}