{ "carrier": "DHL", "tracking_number": "DHL123456789TH", "service_type": "DHL Express Worldwide", "shipment_date": "2025-11-13T09:30:00Z", "status": { "code": "IN_TRANSIT", "label": "In transit", "last_update": "2025-11-13T11:10:00Z", "location": "Bangkok, TH" }, "shipper": { "name": "JASON R Junior", "phone": "+85620XXXXXXXX", "address": { "line1": "123 Sample Road", "line2": "", "city": "Vientiane", "state": "", "postal_code": "01000", "country_code": "LA" } }, "receiver": { "name": "Customer Name", "phone": "+6690XXXXXXX", "address": { "line1": "456 Example Street", "line2": "Apartment 12A", "city": "Bangkok", "state": "Bangkok", "postal_code": "10110", "country_code": "TH" } }, "package": { "weight_kg": 2.5, "length_cm": 30, "width_cm": 20, "height_cm": 10, "content_description": "Sample goods" }, "price": { "currency": "USD", "amount": 35.50 }, "tracking_events": [ { "time": "2025-11-13T09:30:00Z", "location": "Vientiane, LA", "code": "PICKED_UP", "description": "Shipment picked up" }, { "time": "2025-11-13T10:15:00Z", "location": "Vientiane, LA", "code": "DEPARTED", "description": "Departed from origin facility" }, { "time": "2025-11-13T11:10:00Z", "location": "Bangkok, TH", "code": "ARRIVED", "description": "Arrived at sorting facility" } ] }