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 |
宅配便コード. チェック 宅配便コード |
title (optional) | 製品タイトル |
logistics_channel (optional) | 物流チャネルの追跡 |
customer_name (optional) | 顧客名. |
customer_email (optional) | 顧客の電子メール. |
order_id (optional) | 注文 ID. |
destination_code (optional) | 出荷先国コード (2 文字).国コード一覧をチェックします。 |
status (optional) | Change status.You can only change the state value to 4, 7 or 8. 4 means delivered, 7 means exception, 8 means return to the original status. |
archived (optional) | Batch edit the single number to archive by passing a true/false string. |
[
{
"tracking_number": "RP893531375SG",
"carrier_code": "singapore-post",
"title": "new title",
"customer_name": "sandy",
"customer_email": "[email protected]",
"order_id": "986574521568",
"destination_code": "CN",
"status": 7,
"archived": "true",
"logistics_channel": "4PX挂号小包"
}, {
"tracking_number": "LK894734223CN",
"carrier_code": "china-ems",
"customer_phone": "+22222222",
"title": "new title",
"customer_name": "sandy",
"customer_email": "[email protected]",
"order_id": "986574521568",
"destination_code": "CN",
"status": 7,
"archived": "false",
"logistics_channel": "4PX挂号小包"
}
]
200
{
"meta":{
"code": 200,
"type": "Success",
"message": "Success"
},
"data":{
"submitted": 2,
"updated": 2,
"trackings":[
{
"id": "084ccfaaa13ee78669e400252332cc4a",
"tracking_number": "RP893531375SG",
"carrier_code": "singapore-post",
"created_at": "2017-07-25T17:39:40+08:00",
"updated_at": "1970-01-01T08:00:00+08:00",
"customer_email": "[email protected]",
"customer_name": "sandy",
"order_id": "986574521568",
"title": "new title",
"destination_code": "CN",
"logistics_channel": "4PX挂号小包",
"archived": "true"
},{
"id": "5c8f48514e614777a448519242bb24fb",
"tracking_number": "LK894734223CN",
"carrier_code": "china-ems",
"created_at": "2017-07-25T17:39:40+08:00",
"updated_at": "1970-01-01T08:00:00+08:00",
"customer_email": "[email protected]",
"customer_name": "sandy",
"order_id": "986574521568",
"title": "new title",
"destination_code": "CN",
"logistics_channel": "4PX挂号小包",
"archived": "false"
}
]
}
}
発注後の追跡体験を次のクラスに