curl --location --request GET '/v2/alibaba/order/logistics?orderId=2542285634920880794' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": [
{
"logisticsId": "",
"orderId": 0,
"logisticsBillNo": "",
"logisticsSteps": [
{
"acceptTime": "",
"remark": ""
}
],
"traceNodeList": [
{
"action": "",
"areaCode": "",
"encrypt": "",
"acceptTime": "",
"remark": "",
"facilityType": "",
"facilityNo": "",
"facilityName": ""
}
],
"logisticsStatus": ""
}
]
}