{
  "event": "order.created",
  "occurred_at": "2026-02-18T10:00:00.000Z",
  "order": {
    "order_id": "wc_100412",
    "channel": "website",
    "currency": "GBP",
    "total": "89.99",
    "lines": [
      {
        "sku": "CW-TSHIRT-BLK-M",
        "quantity": 1,
        "unit_price": "19.99"
      },
      {
        "sku": "CW-MUG-WHT-01",
        "quantity": 2,
        "unit_price": "35.00"
      }
    ]
  }
}
