{
  "exportedOn": "2026-03-04",
  "orders": [
    {
      "orderNo": "WEB-2001",
      "customerNo": "10000",
      "orderDate": "2026-03-02",
      "lines": [
        { "itemNo": "1896-S", "quantity": 2, "unitPrice": 150.00 },
        { "itemNo": "1900-S", "quantity": 1, "unitPrice": 120.00 }
      ]
    },
    {
      "orderNo": "WEB-2002",
      "customerNo": "20000",
      "orderDate": "2026-03-03",
      "lines": [
        { "itemNo": "1906-S", "quantity": 4, "unitPrice": 95.50 },
        { "itemNo": "1968-S", "quantity": 1, "unitPrice": 210.00 }
      ]
    }
  ]
}
