Manage your trackings
URI | Method | Description |
---|---|---|
POST /trackings/post | POST | Create a tracking. |
GET /trackings/{carrier_code}/{tracking_number} | GET | Get tracking results of a single tracking. |
PUT /trackings/{carrier_code}/{tracking_number} | PUT | Modify order id, order title, shipment status and other additional fields of a single tracking. |
DELETE /trackings/{carrier_code}/{tracking_number} | DELETE | Delete a tracking. |
POST /trackings/batch | POST | Create multiple trackings. |
GET /trackings/get | GET | Get tracking results of multiple trackings. |
POST /trackings/updatemore | POST | Modify order id, order title, shipment status and other additional fields of multiple trackings. |
POST /trackings/delete | POST | Delete multiple trackings. |
POST /trackings/realtime | POST | Get realtime tracking results of a single tracking. |
POST /trackings/update | POST | Modify courier code |
GET /trackings/getuserinfo | GET | Get account info |
GET /trackings/getstatusnumber | GET | Get number of trackings in each package status. |
POST /trackings/notupdate | POST | Stop updating trackings |
POST /trackings/remote | POST | Check if a shipment is sent to remote area. |
POST /trackings/costtime | POST | Get courier aging results |
POST /trackings/aircargo | POST | Get tracking result of air waybill number |
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | Description |
---|---|
country | Country name or two code (eg:CN) |
postcode | zip code (Enter the city name if the country doesn't have zip codes) (eg:518131) |
company (optional) | remote company (eg:DHL) |
[
{
"country": "Japan",
"postcode": "7621094"
},{
"country": "NZ",
"postcode": "Papaaroha"
}
]
200
{
"meta": {
"code": 200,
"type": "Success",
"message": "The request was successful."
},
"data": {
"submitted": 2,
"other": [],
"remote": [{
"far_express_company": "ups",
"two_code": "JP",
"far_country": "Japan",
"far_city_postcode": "7621094"
}, {
"far_express_company": "tnt",
"two_code": "JP",
"far_country": "Japan",
"far_city_postcode": "7621094"
}, {
"far_express_company": "fedex",
"far_country": "New Zealand",
"two_code": "NZ",
"far_city_postcode": "papaaroha"
}],
"errors": []
}
}
Take your post-purchase order tracking experience to the next level