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 |
E.g.
https://api.trackingmore.com/v2/trackings/4px/300403513351
Return select language. (Only apply to couriers supporting multilingual API call.).Learn more
E.g.
https://api.trackingmore.com/v2/trackings/4px/300403513351/en
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
{
"meta":{
"code":200,
"type":"Success",
"message":"Success"
},
"data":{
"id":"a543163dd2474af66f64c48e3085cdfa",
"tracking_number":"300403513351",
"carrier_code":"4px",
"status":"delivered",
"created_at":"2018-04-16T06:30:02+00:00",
"updated_at":"2018-04-16T06:30:02+00:00",
"order_create_time":"2018-04-01 10:08",
"customer_email":[
"[email protected]"
],
"title":"cute pillow",
"order_id":"#0002",
"comment":null,
"customer_name":"Karen Ng",
"archived":false,
"original_country":"",
"destination_country":"United States",
"itemTimeLength":12,
"stayTimeLength":2,
"origin_info":{
"ItemReceived":"2018-04-02 19:17:08",
"ItemDispatched":null,
"DepartfromAirport":"2018-04-04 11:18:00",
"ArrivalfromAbroad":null,
"CustomsClearance":"2018-04-06 17:30:00",
"DestinationArrived":"2018-04-14 07:47:00",
"weblink":null,
"phone":null,
"carrier_code":"4px",
"trackinfo":[
{
"Date":"2018-04-14 15:12:00",
"StatusDescription":"Shipment delivered.",
"Details":"Paramount, CA, US",
"checkpoint_status":"delivered"
},{
"Date":"2018-04-14 07:47:00",
"StatusDescription":"OUT FOR DELIVERY",
"Details":"Paramount, CA, US",
"checkpoint_status":"pickup"
},
...
]
},
service_code": "",
"lastEvent":"Shipment delivered.,Paramount, CA, US,2018-04-14 15:12:00",
"lastUpdateTime":"2018-04-14 15:12:00"
}
}
Take your post-purchase order tracking experience to the next level