Manage your trackings
URI | Method | Description |
---|---|---|
POST /trackings/post | POST | Crea un elemento di tracciatura. |
GET /trackings/{carrier_code}/{tracking_number} | GET | Raccoglie il risultato di un singolo numero di tracciatura. |
PUT /trackings/{carrier_code}/{tracking_number} | PUT | Aggiorna il codice di tracciatura. |
DELETE /trackings/{carrier_code}/{tracking_number} | DELETE | Elimina un codice di tracciatura. |
POST /trackings/batch | POST | Crea elementi di tracciatura multipli. |
GET /trackings/get | GET | Mostra tutte le tracciature. |
POST /trackings/updatemore | POST | Aggiornare più elemento di rilevamento |
POST /trackings/delete | POST | Eliminare più elemento di rilevamento |
POST /trackings/realtime | POST | Raccoglie i risultati in tempo reale di una singola tracciatura. |
POST /trackings/update | POST | Modificare il codice del corriere |
GET /trackings/getuserinfo | GET | ottenere informazioni utente |
GET /trackings/getstatusnumber | GET | Ottenere il numero di stato |
POST /trackings/notupdate | POST | Batch di non aggiornare l'elemento di rilevamento |
POST /trackings/remote | POST | Controllare se una spedizione è inviata per zona remota. |
POST /trackings/costtime | POST | Ottenere corriere invecchiamento risultati |
POST /trackings/aircargo | POST | Ottenere il risultato del monitoraggio del numero di air waybill |
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | Descrizione |
---|---|
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": []
}
}
Porta la tua esperienza di tracciamento degli ordini post-acquisto alla classe successiva