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 | 説明 |
---|---|
tracking_number | 追跡番号 |
carrier_code |
宅配便コード. チェック 宅配便コード |
destination_code (optional) | 出荷先国コード (2 文字).国コード一覧をチェックします。 |
title (optional) | 製品タイトル |
logistics_channel (optional) | 物流チャネルの追跡 |
customer_name (optional) | 顧客名. |
customer_email (optional) | 顧客の電子メール. |
customer_phone (optional) | 顧客の電話番号. |
order_id (optional) | 注文 ID. |
order_create_time (optional) | 順序の作成時間(eg:2017/8/27 16:51). |
tracking_ship_date (optional) | 日付を YYYYMMDD 形式で配送。ドイツ語のポストなど、いくつかの宅配便で必要な. |
tracking_postal_code (optional) | 受取人の住所の郵便番号。Postnl 3 s など、いくつかの宅配便で必要な. |
tracking_account_number (optional) | 口座番号. |
tracking_destination_country (optional) | 特定の宅配便の出荷先国。Postnl 3 s など、いくつかの宅配便で必要な. |
lang (optional) | (宅配便公式サイトをサポートしている) 場合にのみ言語タイプに戻る.詳細情報 |
auto_correct (optional) | 値を 1 に設定する場合、当社のシステムは宅配便を自動的に修正されません。. |
comment (optional) | コメント用のテキスト フィールド. |
{
"tracking_number": "300403513351",
"carrier_code": "4px",
"destination_code": "us",
"title": "cute pillow",
"logistics_channel": "4PX挂号小包",
"customer_name": "Karen Ng",
"customer_email": "[email protected]",
"customer_phone": "86 135 3021 8545",
"order_id": "#0002",
"comment": "备注",
"order_create_time": "2018/04/01 10:08",
"lang": "en"
}
{
"meta":{
"code":200,
"type":"Success",
"message":"Success"
},
"data":{
"id":"a543163dd2474af66f64c48e3085cdfa",
"tracking_number":"300403513351",
"carrier_code":"4px",
"order_create_time":"2018/04/01 10:08",
"status":"pending",
"created_at":"2018-04-16T06:30:02+00:00",
"customer_email":"[email protected]",
"customer_name":"Karen Ng",
"order_id":"#0002",
"comment":"备注",
"title":"cute pillow",
"logistics_channel":"4PX挂号小包"
}
}
発注後の追跡体験を次のクラスに