Manage your trackings
URI | Method | Description |
---|---|---|
POST /trackings/post | POST | 一つの追跡条目を創建します。 |
GET /trackings/{carrier_code}/{tracking_number} | GET | 一つの追跡結果を受け取ります。 |
PUT /trackings/{carrier_code}/{tracking_number} | PUT | 追跡条目を更新する |
DELETE /trackings/{carrier_code}/{tracking_number} | DELETE | 追跡条目を削除する |
POST /trackings/batch | POST | 多くの追跡を創建します。 |
GET /trackings/get | GET | すべての追跡をリストします。 |
POST /trackings/updatemore | POST | 多くの追跡項目を更新します。 |
POST /trackings/delete | POST | 複数の追跡項目を削除します。 |
POST /trackings/realtime | POST | 一回のリアタイム追跡結果を取得します。 |
POST /trackings/update | POST | 宅配便コードを変更します。 |
GET /trackings/getuserinfo | GET | ユーザー情報を取得します。 |
GET /trackings/getstatusnumber | GET | ステータス番号を取得します。 |
POST /trackings/notupdate | POST | 追跡項目を更新しないようにバッチ |
POST /trackings/remote | POST | 出荷は遠隔地に送信されますを確認します。 |
POST /trackings/costtime | POST | 宅配高齢化結果を得る |
POST /trackings/aircargo | POST | 航空ウェイビル番号の追跡結果を取得する |
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | 説明 |
---|---|
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": []
}
}
発注後の追跡体験を次のクラスに