{
  "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": true,
  "default_branch_pricing": {
    "branch_id": 1,
    "min_qty_alert": "10",
    "opening_stock": "100"
  },
  "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": []
    }
  }
}