To track a shipment, you only need a tracking number and corresponding courier code. Below shows you how to get all supported couriers and detect courier by a tracking number. For more accurate tracking, we suggest you enter courier code field when tracking.
URI | Method | Description |
---|---|---|
GET /carriers | GET | List all supported couriers and corresponding courier code at TrackingMore. |
POST /carriers/detect | POST | Detect carrier by tracking number |
Find matched carrier name and carrier code by a tracking number.
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | Description |
---|---|
tracking_number | The tracking code for which you are trying to find a carier. Required , E.g. RN123456789CN . |
{
"tracking_number": "RN123456789CN"
}
200
{
"meta": {
"code": 200,
"type": "Success",
"message": "Success"
},
"data": [{
"name": "China post",
"code": "china-post"
}]
}
Take your post-purchase order tracking experience to the next level