{
  "orders": [
    {
      "id": "ORD-2026-0001",
      "number": "1001",
      "status": "completed",
      "order_date": "2026-07-26T12:30:00.000Z",
      "url": "https://ornek-magaza.com/siparis/ORD-2026-0001",
      "currency": "TRY",
      "total": 1150,
      "customer": {
        "id": "CUST-42",
        "email": "ahmet@example.com"
      },
      "payment": {
        "method": "credit_or_debit",
        "platform": "iyzico",
        "status": "paid",
        "date": "2026-07-26T13:30:00.000Z"
      },
      "note": "Teslimattan önce arayın.",
      "billing_address": {
        "type": "person",
        "name": "Ahmet",
        "surname": "Yılmaz",
        "title": null,
        "tax_number": "",
        "tax_office": null,
        "address": "Örnek Mah. Deneme Sok. No:1 D:2",
        "district": "Kadıköy",
        "city": "İstanbul",
        "country": "TÜRKİYE",
        "phone": "+905551112233"
      },
      "shipping_address": {
        "name": "Ahmet",
        "surname": "Yılmaz",
        "title": null,
        "address": "Örnek Mah. Deneme Sok. No:1 D:2",
        "district": "Kadıköy",
        "city": "İstanbul",
        "country": "TÜRKİYE",
        "phone": "+905551112233"
      },
      "shipment": {
        "company_title": "Yurtiçi Kargo",
        "company_tax_number": "9860008925",
        "delivery_date": "2026-07-27T12:30:00.000Z"
      },
      "lines": [
        {
          "id": "LINE-1",
          "sku": "SKU-001",
          "name": "Kablosuz Kulaklık",
          "quantity": 1,
          "unit": "C62",
          "unit_price": 1000,
          "tax_rate": 20,
          "discount": 50,
          "discount_type": "amount",
          "description": null
        },
        {
          "id": "LINE-2",
          "sku": "SKU-002",
          "name": "Kulaklık Kılıfı",
          "quantity": 1,
          "unit": "C62",
          "unit_price": 200,
          "tax_rate": 20,
          "discount": 0,
          "discount_type": null,
          "description": "Hediye paketi yapılacak"
        }
      ]
    },
    {
      "id": "ORD-2026-0002",
      "number": "1002",
      "status": "processing",
      "order_date": "2026-07-25T12:30:00.000Z",
      "url": "https://ornek-magaza.com/siparis/ORD-2026-0002",
      "currency": "TRY",
      "total": 5400,
      "customer": {
        "id": "CUST-77",
        "email": "satinalma@ornekas.com.tr"
      },
      "payment": {
        "method": "direct_transfer",
        "platform": null,
        "status": "pending",
        "date": null
      },
      "note": null,
      "billing_address": {
        "type": "company",
        "name": "Zeynep",
        "surname": "Kaya",
        "title": "Örnek Bilişim A.Ş.",
        "tax_number": "1234567890",
        "tax_office": "Maslak",
        "address": "Teknokent Blok B No:12",
        "district": "Sarıyer",
        "city": "İstanbul",
        "country": "TÜRKİYE",
        "phone": "+902121234567"
      },
      "shipping_address": {
        "name": "Zeynep",
        "surname": "Kaya",
        "title": "Örnek Bilişim A.Ş.",
        "address": "Teknokent Blok B No:12",
        "district": "Sarıyer",
        "city": "İstanbul",
        "country": "TÜRKİYE",
        "phone": "+902121234567"
      },
      "shipment": {
        "company_title": "MNG Kargo",
        "company_tax_number": "6080712084",
        "delivery_date": null
      },
      "lines": [
        {
          "id": "LINE-3",
          "sku": "SKU-100",
          "name": "Mekanik Klavye",
          "quantity": 3,
          "unit": "C62",
          "unit_price": 1800,
          "tax_rate": 20,
          "discount": 0,
          "discount_type": null,
          "description": null
        }
      ]
    }
  ],
  "pagination": {
    "page": 1,
    "per_page": 2,
    "total_pages": 3
  }
}