{
  "forecast_days": 30,
  "products": [
    {
      "product_id": "SKU-1001",
      "name": "Ноутбук Графический ProX",
      "supplier_id": "SUP-GLB-01",
      "lead_time_days": 14,
      "average_margin": 15000,
      "properties": [
        {"name": "Color", "value": "Space Gray"},
        {"name": "RAM", "value": "32GB"}
      ]
    }
  ],
  "inventory_data": [
    {
      "date": "2023-01-15",
      "warehouse_id": "WH-Central",
      "product_id": "SKU-1001",
      "operation_type": "income",
      "quantity": 100,
      "amount": 0,
      "balance_quantity": 100,
      "is_intercompany_operation": false
    },
    {
      "date": "2023-01-20",
      "warehouse_id": "WH-Central",
      "product_id": "SKU-1001",
      "operation_type": "sales",
      "quantity": -2,
      "amount": 30000,
      "balance_quantity": 98,
      "is_intercompany_operation": false
    },
    {
      "date": "2023-02-01",
      "warehouse_id": "WH-Central",
      "product_id": "SKU-1001",
      "operation_type": "transfer",
      "quantity": -10,
      "amount": 0,
      "balance_quantity": 88,
      "is_intercompany_operation": true
    }
  ]
}
