Tracking Statuses
The table below lists all shipment tracking statuses the cargopanel API may return. Use the fields below in your application to display the correct shipment status.
| Status | Milestone | Description |
|---|---|---|
| pending_arrival_at_warehouse | pending_arrival_at_warehouse | The shipment is expected to arrive at the cargopanel warehouse. |
| arrived_at_warehouse | arrived_at_warehouse | The shipment has arrived at the cargopanel warehouse and been queued for processing. |
| pending_dispatch | pending_dispatch | Warehouse operations are complete; the shipment is waiting to be handed off to the carrier. |
| dispatched | dispatched | The shipment has left for handoff to the carrier. |
| request_sent_to_carrier | request_sent_to_carrier | Shipment information sent to carrier and shipping label generated. |
| delivery_received | delivery_received | The carrier has collected the shipment. |
| in_transit | in_transit | The shipment is on its way to the destination country. |
| out_for_delivery | out_for_delivery | The shipment is out for delivery to the recipient. |
| delivered | delivered | The shipment was successfully delivered. |