{
  "data": {
    "id": "3315fded-94f0-443f-90f7-33a66ecc3823",
    "order_number": "BK-10042",
    "customer_id": "007c5dae-6104-4116-a9e7-d824f61a452c",
    "status": "lost_in_transit",
    "currency": "USD",
    "subtotal_cents": 3598,
    "shipping_cents": 0,
    "tax_cents": 287,
    "discount_cents": 0,
    "total_cents": 3885,
    "payment_method": "mastercard_5100",
    "shipping_address": {
      "city": "Miami",
      "name": "Amara Okafor",
      "line1": "601 Brickell Key Dr",
      "state": "FL",
      "country": "US",
      "postal_code": "33131"
    },
    "placed_at": "2026-02-26T20:57:20.97333+00:00",
    "cancelled_at": null,
    "notes": "Carrier reported package lost; eligible for reship or refund.",
    "updated_at": "2026-02-28T20:57:20.97333+00:00",
    "customer": {
      "id": "007c5dae-6104-4116-a9e7-d824f61a452c",
      "email": "amara.okafor@example.com",
      "phone": "+1-305-555-0155",
      "full_name": "Amara Okafor",
      "member_tier": "elite"
    },
    "items": [
      {
        "id": "5d80e793-4e2e-4878-8675-752bc10ac53c",
        "isbn": "9781000000008",
        "title": "The Long Commute",
        "book_id": "6c0d8ebe-f9f8-4a7c-b53a-720e62fc7d95",
        "order_id": "3315fded-94f0-443f-90f7-33a66ecc3823",
        "quantity": 2,
        "total_cents": 3598,
        "unit_price_cents": 1799,
        "fulfillment_status": "pending"
      }
    ],
    "shipments": [
      {
        "id": "71d10f6a-d66c-4372-8ad2-fea182a9dda1",
        "status": "lost",
        "carrier": "FedEx",
        "order_id": "3315fded-94f0-443f-90f7-33a66ecc3823",
        "created_at": "2026-08-13T20:57:20.97333+00:00",
        "shipped_at": "2026-02-27T20:57:20.97333+00:00",
        "delivered_at": null,
        "tracking_url": "https://track.bookly.example/1Z4747426D25FE1C",
        "service_level": "overnight",
        "tracking_number": "1Z4747426D25FE1C",
        "estimated_delivery": "2026-03-04"
      }
    ]
  },
  "meta": {
    "request_id": "req_30geuko0mss4blag"
  }
}