Manage your trackings
URI | Method | Description |
---|---|---|
POST /trackings/post | POST | Luo nimikkeen seuranta |
GET /trackings/{carrier_code}/{tracking_number} | GET | Saat yhden seurannan tulosten seuraamiseen. |
PUT /trackings/{carrier_code}/{tracking_number} | PUT | Päivitä nimikkeen seuranta |
DELETE /trackings/{carrier_code}/{tracking_number} | DELETE | Poista nimikkeen seuranta |
POST /trackings/batch | POST | Luoda useita trackings. |
GET /trackings/get | GET | Listaa kaikki trackings |
POST /trackings/updatemore | POST | Päivitys lisää nimikkeen seuranta |
POST /trackings/delete | POST | Poista useita nimikkeen seuranta |
POST /trackings/realtime | POST | Saat reaaliaikaisen seurannan tulokset yhden seuranta |
POST /trackings/update | POST | Courier koodin muuttaminen |
GET /trackings/getuserinfo | GET | Hae käyttäjätiedot |
GET /trackings/getstatusnumber | GET | Saada tilan numero |
POST /trackings/notupdate | POST | Erän päivittämättä seuranta tuotteen |
POST /trackings/remote | POST | Tarkista, jos lähetys lähetetään syrjäisellä alueella. |
POST /trackings/costtime | POST | Saat courier ikääntyminen tulokset |
POST /trackings/aircargo | POST | Hae lento rahti kirjan numeron seuranta tulos |
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | Kuvaus |
---|---|
tracking_number | Seurantanumero |
carrier_code |
Courier koodi. Tarkista Courier koodi |
title (optional) | Tuotteen nimi |
logistics_channel (optional) | Logistiikan kanavan seuranta |
customer_name (optional) | Asiakkaan nimi. |
customer_email (optional) | Asiakas. |
order_id (optional) | Tilauksen tunnus. |
destination_code (optional) | Kohteeseen-maakoodi (kaksi merkkiä).Maan koodi muistilista |
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"
}
]
}
}
Haluatko automatisoida lähetyspäivitykset tai parantaa toimitustehokkuuttasi? TrackingMoren tehokkaan API:n avulla sinulla on kaikki työkalut käden ulottuvilla muuntaaksesi asiakkaasi oston jälkeisen matkan.