{
"trackingNoList": [
"9200190113821193170211469623"
]
}curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/search/order/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackingNoList": [
"9200190113821193170211469623"
]
}'{
"code": 200,
"msg": null,
"data": {
"orderInfoList": [
{
"trackNo": "92001903811219322702469623",
"message": null,
"orderNo": "ZR202504153200053",
"customerOrderNo": "L0401447348tvrupb",
"waybillUrl": "http://***/920111933371102469623_606d76.pdf",
"billableQuantity": 0.02,
"zoneCode": 5,
"amount": 0,
"orderFeeDetails": [
{
"expenseType": "运费",
"fee": 3.82
},
{
"expenseType": "运费",
"fee": -3.82
}
],
"currencyCode": "USD",
"orderStatus": "CANCEL",
"failReason": ""
}
]
}
}