{
  "name": "T-shirt",
  "slug": "t-shirt",
  "sku": "sku-001",
  "type": "goods",
  "status": 1,
  "is_featured": true,
  "is_virtual": false,
  "is_downloadable": true,
  "has_codes": true,
  "has_inventory": false,
  "has_seo": true,
  "has_shipping": true,
  "category_id": 1,
  "brand_id": 6,
  "unit_id": 2,
  "discount_id": 1,
  "tax_id": "",
  "description": "<p>short&nbsp;description</p>",
  "short_description": "short description",
  "product_code": "PROD-001",
  "barcode": "12345678",
  "hsn_sac_code": "HSN-001",
  "mpn": "MPN-001",
  "upc": "UPC-001",
  "ean": "EAN-001",
  "track_inventory": false,
  "is_physical": true,
  "weight": "5",
  "length": "5",
  "width": "5",
  "height": "5",
  "country_of_origin": "us",
  "meta_title": "T-shirt",
  "meta_keywords": "short,description",
  "meta_description": "short description",
  "canonical_url": "yourstore.com/products/t-shirt",
  "tags": [],
  "tags_input": "tags1,tags2",
  "specifications": "<p>short&nbsp;description</p>",
  "has_variants": false,
  "same_price_all_branches": false,
  "branch_pricing": {
    "1": {
      "branch_id": 1,
      "branch_name": "Main Branch",
      "min_qty_alert": "5",
      "opening_stock": "500"
    },
    "2": {
      "branch_id": 2,
      "branch_name": "Warehouse",
      "min_qty_alert": "10",
      "opening_stock": "450"
    },
    "3": {
      "branch_id": 3,
      "branch_name": "Downtown Store",
      "min_qty_alert": "15",
      "opening_stock": "400"
    },
    "4": {
      "branch_id": 4,
      "branch_name": "Online Store",
      "min_qty_alert": "20",
      "opening_stock": "350"
    },
    "5": {
      "branch_id": 5,
      "branch_name": "Wholesale Branch",
      "min_qty_alert": "25",
      "opening_stock": "300"
    }
  },
  "custom_price_for_all_channels": false,
  "pricing": {
    "default_channel": {
      "channel": "POS",
      "cost": 40,
      "retail": {
        "amount": 50,
        "tax_id": null,
        "specific_price": null
      },
      "wholesale": {
        "amount": 45,
        "tax_id": null,
        "specific_price": null
      },
      "is_bundle": false,
      "bundle_prices": []
    }
  }
}