TrackingMore API

获取运输商 

获取我们支持的所有运输商并通过运单号自动检测运输商。为了查询更准确,我们建议您在调用的时候填上运输商简码。

URI Method Description
GET /carriers GET列出所有运输商以及在TrackingMore系统中相应运输商简码
POST /carriers/detect POST 通过运单号检测运输商

列出所有运输商以及在TrackingMore系统中相应运输商简码

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

Headers

返回所有可用的运输商列表。

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"
        },
        ...
        ]
    }
    

转变您的
今天的货件追踪

想要自动更新货件或提高交付效率?借助 TrackingMore 强大的 API,您将拥有触手可及的所有工具,以改变客户的售后旅程。