Alaska Airlines · Example Payload

Alaska Air Cargo Shipment Tracking Example

AirlinesAviationTravelCargoLoyaltyFlight StatusFortune 500

Alaska Air Cargo Shipment Tracking Example is an example object payload from Alaska Airlines, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

awbNumberstatusorigindestinationcurrentLocationestimatedDeliveryevents

Example Payload

Raw ↑
{
  "awbNumber": "027-12345678",
  "status": "In Transit",
  "origin": "SEA",
  "destination": "HNL",
  "currentLocation": "SEA",
  "estimatedDelivery": "2026-04-21",
  "events": [
    "example-string"
  ]
}