Manage your trackings
URI | Method | Description |
---|---|---|
POST /trackings/post | POST | Bir izleme öğesi oluşturmak |
GET /trackings/{carrier_code}/{tracking_number} | GET | Tek bir izleme sonuçlarını izleme olsun. |
PUT /trackings/{carrier_code}/{tracking_number} | PUT | İzleme öğesini Güncelleştir |
DELETE /trackings/{carrier_code}/{tracking_number} | DELETE | Bir izleme öğesini silmek |
POST /trackings/batch | POST | Birden çok takibi oluşturun. |
GET /trackings/get | GET | Tüm takibi listesi |
POST /trackings/updatemore | POST | Daha fazla izleme öğesini Güncelleştir |
POST /trackings/delete | POST | Birden çok izleme öğesini silme |
POST /trackings/realtime | POST | Gerçek zamanlı izleme sonuçları tek bir izleme elde |
POST /trackings/update | POST | Kurye kodu değiştirin |
GET /trackings/getuserinfo | GET | kullanıcı bilgilerini al |
GET /trackings/getstatusnumber | GET | Durum numarasını al |
POST /trackings/notupdate | POST | Madde izleme güncelleştirmemek için toplu iş iş |
POST /trackings/remote | POST | Bir sevkiyat için uzak alan göndermediğini kontrol edin. |
POST /trackings/costtime | POST | Kurye yaşlanma sonuçlar elde |
POST /trackings/aircargo | POST | Hava konşimentonumarasının izleme sonucunu alma |
E.g.
https://api.trackingmore.com/v2/trackings/sto/402934299065
Content-Type: application/json
Trackingmore-Api-Key: YOUR_API_KEY
Param | Açıklama |
---|---|
title (optional) | Ürün başlığı |
logistics_channel (optional) | Lojistik kanal izleme |
customer_name (optional) | Müşteri adı. |
customer_email (optional) | Müşteri e-posta. |
customer_phone (optional) | Müşteri telefon numarası. |
order_id (optional) | Sipariş No. |
destination_code (optional) | Hedef ülke kodu (iki karakter).Onay ülke kodu listesi |
archived (optional) | Modify whether a single number is archived by passing a true/false string. |
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. |
{
"title": "new title",
"logistics_channel": "4PX挂号小包",
"customer_name": "sandy",
"customer_email": "[email protected]",
"customer_phone":"+86123456789",
"order_id": "986574521568",
"destination_code": "CN",
"archived": "true",
"status": 7
}
{
"meta": {
"code": 200,
"type": "Success",
"message": "Success"
},
"data": {
"id": "3d300c6f34a6a9711166cc44e4cc096a",
"tracking_number": "402934299065",
"carrier_code": "sto",
"created_at": "2018-04-18T14:34:30+08:00",
"updated_at": "2018-04-18T14:32:27+08:00",
"customer_email": "[email protected]",
"customer_name": "sandy",
"order_id": "986574521568",
"title": "new title",
"destination_code": "CN",
"customer_phone": "+86123456789",
"archived": "true",
"status": "7",
"logistics_channel": "4PX挂号小包"
}
}
Satın alma sonrası sipariş takibi deneyiminizi bir sonraki sınıfa taşıyın