跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"tracking_numbers": [
"string"
]
}curl --location --request POST 'https://api-pre.ifbird.com/tr/openApi/v1/tracking' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tracking_numbers": [
"string"
]
}'{
"code": 0,
"msg": "SUCCESS",
"err": "SUCCESS",
"response": {
"data": [
{
"tracking_number": "7054589117",
"trackings": [
{
"location": "",
"timestamp": 1751545381,
"caption": "Item received by DX and awaiting route scan (Due for delivery by Friday 04 Jul 2025)(Awaiting First Delivery)",
"ori_time": "2025-07-03T14:23:01",
"ext_status": "T"
},
{
"location": "",
"timestamp": 1751582400,
"caption": "Item added to delivery route(Added to Courier Route)",
"ori_time": "2025-07-04T00:40:00",
"ext_status": "IR"
},
{
"location": "",
"timestamp": 1751604969,
"caption": "Item out on delivery vehicle (ETA: 13:46-15:46)(On the Road)",
"ori_time": "2025-07-04T06:56:09",
"ext_status": "OR"
},
{
"location": "",
"timestamp": 1751637995,
"caption": "Calling card has been left at the address(Calling Card Left at Insecure\/Communal Address)",
"ori_time": "2025-07-04T16:06:35",
"ext_status": "A",
"coordinates": [
53.30148,
-0.813675
]
},
{
"location": "",
"timestamp": 1751643716,
"caption": "Redelivery has been booked (Due for delivery on Monday 07 Jul 2025)(REDELIVERY BY COURIER)",
"ori_time": "2025-07-04T17:41:56",
"ext_status": "R"
},
{
"location": "",
"timestamp": 1751842920,
"caption": "Item added to delivery route(Added to Courier Route)",
"ori_time": "2025-07-07T01:02:00",
"ext_status": "IR"
},
{
"location": "",
"timestamp": 1751863508,
"caption": "Item out on delivery vehicle (ETA: 13:27-15:27)(On the Road)",
"ori_time": "2025-07-07T06:45:08",
"ext_status": "OR"
},
{
"location": "",
"timestamp": 1751892504,
"caption": "Item has been delivered as requested and received by KING(Redelivery Signed For)",
"ori_time": "2025-07-07T14:48:24",
"ext_status": "VR",
"coordinates": [
53.31063,
-0.827891
]
}
],
"status": 8,
"status_name": "成功签收",
"docs": [],
"consignee": {
"city": "East Midlands",
"post_code": "DN220BP",
"state": ""
}
}
],
"lang": null
}
}