post https://integration-apitest.hepsijet.com/delivery/integration/track
KARGO HAREKETİ SORGULAMA ( TAKİP URL );
- Gönderi herhangi bir işlem almadıysa, Status "OK" bilgisi dönmektedir.
- /delivery/integration/track servisinden takip url bilgisi alınmaktadır.
- Kargo hareketleri kurye tarafından okunduktan sonra görünür. ( ACCEPTED )
- Bu serviste belli başlı ana statüler dönmektedir.
- Kurye tarafından sipariş okunduktan sonra kargo haraketleri akmaktadır.
( ACCEPTED )
Barcode json Bloğu;
- delivery read by the courier.
{
"barcodes": [
"TST1000000000001"
],
"isTrackAdded": true
}
Json Response;
- Teslimat kurye tarafından okundu. Sorgulama sonrası takip ve URL ve response sonucu dönmektedir.
- integration/track servisinden takip URL'i dönmketedir.
- Sipariş sorgulama sınırı/limiti yoktur.
- Toplu sorgulama yapılabilir.
{
"status": "OK",
"data": [
{
"barcode": "TST1000000000001",
"trackingUrl": "https://hepsijet.com/gonderi-takibi/TST1000000000001",
"details": [
{
"transactionLocation": "Dağıtım Aracında",
"transactionDate": "2023-07-09T04:04:06+03:00",
"integrationStatus": "ACCEPTED"
}
]
}
]
}
Toplu Sorgulama;
Toplu sorgulama json bloğu;
{"barcodes": [
"TST1000000000001",
"TST1000000000002",
"TST1000000000003",
"TST1000000000004",
"TST1000000000005"],
"isTrackAdded": true}
Toplu Barkod Sorgulama Json Bloğu;
{
"barcodes": [
"TST1000000000001",
"TST1000000000002",
"TST1000000000003",
"TST1000000000004",
"TST1000000000005"
],
"isTrackAdded": true
}