{
  "id": 10492,
  "number": "10492",
  "status": "processing",
  "currency": "RUB",
  "date_created": "2026-05-30T10:00:00",
  "total": "15900.00",
  "payment_method": "card",
  "billing": {
    "first_name": "Ольга",
    "last_name": "Смирнова",
    "email": "olga@example.ru",
    "phone": "+7 916 222-33-44"
  },
  "shipping": {
    "city": "Москва",
    "address_1": "ул. Примерная, 15"
  },
  "line_items": [
    {
      "id": 731,
      "name": "Консультация n8n",
      "sku": "N8N-CONSULT",
      "quantity": 1,
      "total": "15900.00"
    }
  ]
}