Tracking Shipment

Tracking a shipment requires you make a post request to the tracking endpoint, passing the shipment tracking number in the body of your request.

Track Shipment

https://live.sendbox.co/shipping/tracking

This tracks a shipment

Headers

Body Parameters

Staging URL: https://sandbox.staging.sendbox.co/shipping/tracking

Tracking Response

At different times, there are different tracking status in the payload. Sendbox allows you track your shipment in real-time.

Book on hold

This means the shipment hasn't been paid for. User might need to fund their account to complete their shipment request. it comes back with code:"drafted" as the status code in the response.

Pending

This means the shipment request was successful and is waiting to be picked up. comes back with code:"pending" as the status code in the response.

Pick up started

This means shipment has been picked up. comes back with code:"pickup_started" as the status code in the response.

Pick up completed

This means the pick up process has been completed. comes back with code:"pickup_completed" in the status code response.

Delivery Started

This means the delivery process has started. comes back with code:in_delivery in the status code response.

In Transit

This means delivery is in transit and it's updated in real-time. Comes back with code:"in_transit" as the status code in the response.

Delivered

This means the entire process has been completed and the shipment has been delivered. Comes back with code:"deliverd" as the status code in the response.

Last updated