TrackingMore API

Trackings 

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

Check if a shipment is sent to remote area.

https://api.trackingmore.com/v2/trackings/remote

Headers

  • Content-Type: application/json
    Trackingmore-Api-Key: YOUR_API_KEY
  • Tips

    (There will be a surcharge for using this API: 1 shipment balance for every 5 requests.)

Parameters

ParamDescription
countryCountry name or two code (eg:CN)
postcodezip code (Enter the city name if the country doesn't have zip codes) (eg:518131)
company(optional)remote company (eg:DHL)

Request Body

  • [
      {
    	"country": "Japan",
    	"postcode": "7621094"
      },{
    	"country": "NZ",
    	"postcode": "Papaaroha"
      }
    ]
    				
  • Response Body 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": []
        }
    }
    

Transform Your
Shipment Tracking Today

Looking to automate shipment updates or improve your delivery efficiency? With TrackingMore's powerful API, you'll have all the tools at your fingertips to transform your customer's post-purchase journey.