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.
Last updated
Was this helpful?
Tracking a shipment requires you make a post request to the tracking endpoint, passing the shipment tracking number in the body of your request.
Last updated
Was this helpful?
This tracks a shipment
At different times, there are different tracking status in the payload. Sendbox allows you track your shipment in real-time.
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.
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.
This means shipment has been picked up. comes back with code:"pickup_started"
as the status code in the response.
This means the pick up process has been completed. comes back with code:"pickup_completed
" in the status code response.
This means the delivery process has started. comes back with code:in_delivery
in the status code response.
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.