post https://staging-api.shipmates.app/v1/track
To track the status of your Shipment all you need to do is pass in the tracking_number and you will receive the status and updates of the shipment.
Parameters | Required? | Description |
---|---|---|
tracking_number String | Required | The tracking number of your shipment. |
Response Table:
Description | |
---|---|
tracking_number String | The tracking number or waybill of your shipment. |
courier_service String | The type of courier service of the shipment. |
status String | The current shipment status. ("pending", "active", "closed") |
courier_status String | The more detailed shipment status according to the last courier update. ("pending", "picked-up", "in-transit", "out_for_delivery", "delivered", "rejected", "cancelled") |
courier_data JSON | Additional data from the courier. Varies per courier. |