{
  "topic": "orders/paid",
  "shop_domain": "demo-store.myshopify.com",
  "id": 5812345678901,
  "name": "#10492",
  "email": "client@example.com",
  "created_at": "2026-05-30T10:00:00+03:00",
  "currency": "RUB",
  "financial_status": "paid",
  "fulfillment_status": null,
  "total_price": "12900.00",
  "customer": {
    "id": 998877,
    "first_name": "Иван",
    "last_name": "Петров",
    "phone": "+7 916 123-45-67"
  },
  "shipping_address": {
    "city": "Москва",
    "address1": "ул. Примерная, 10"
  },
  "line_items": [
    {
      "sku": "N8N-SETUP",
      "name": "Настройка интеграции",
      "quantity": 1,
      "price": "12900.00"
    }
  ]
}