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 |
---|---|
tracking_number | Numero di tracking |
carrier_code |
Codice di corriere. Verifica Codice di corriere |
title (optional) | Titolo del prodotto |
logistics_channel (optional) | Canale di logistica del tracking |
customer_name (optional) | Nome del cliente. |
customer_email (optional) | E-mail del cliente. |
order_id (optional) | ID ordine. |
destination_code (optional) | Codice del paese di destinazione (due caratteri).Verifica l'elenco dei codici di paese |
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"
}
]
}
}
Porta la tua esperienza di tracciamento degli ordini post-acquisto alla classe successiva