TrackingMore API

Carriers 

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 GETList all supported couriers and corresponding courier code at TrackingMore.
POST /carriers/detect POST Detect carrier by tracking number

List all supported couriers and corresponding courier code at TrackingMore.

https://api.trackingmore.com/v2/carriers

Headers

Return lists of all available carriers.

Lang:en(English) || cn(简体中文) || tw(繁體中文) || es(Español) || ru(Русский) || it(Italiano)

  • Content-Type: application/json
    Trackingmore-Api-Key: YOUR_API_KEY
    Lang: en
    				
  • Response Body 200

    
    {
        "meta": {
            "code": 200
        },
        "data": [
        {
            "name": "DHL",
            "code": "dhl",
            "phone": "1 800 225 5345",
            "homepage": "\/\/www.dhl.com\/",
            "type": "express",
            "picture": "//cdn.trackingmore.com/images/icons/express/dhl.png"
        }, 
        {
            "name": "China post",
            "code": "china-post",
            "phone": "86 20 11185",
            "homepage": "\/\/intmail.183.com.cn\/",
            "type": "globalpost",
            "picture": "//cdn.trackingmore.com/images/icons/express/companylogo/3010.jpg"
        }, 
        {
            "name": "Singapore Post",
            "code": "singapore-post",
            "phone": "0065 \/ 6841 2000",
            "homepage": "\/\/www.singpost.com\/",
            "type": "globalpost",
            "picture": "//cdn.trackingmore.com/images/icons/express/companylogo/19131.jpg"
        },
        ...
        ]
    }
    

Optimize your
customer post-purchase journey

Whether you want to get auto-update shipment status or create sales opportunities, we have all the tools you need.