{
"num": [
"90",
"40"
]
}curl --location 'https://oms.gkelog.com/openapi/customer/open/query/track/batch/' \
--header 'Accept-Language: zh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"num": [
"90",
"40"
]
}'{
"success": true,
"code": 0,
"detail": "string",
"data": [
{
"item_success": true,
"item_detail": "string",
"items": [
{
"customer_order_num": "string",
"order_num": "string",
"tracking_num": "string",
"track_status": "WAI",
"track_code": "string",
"order_node": "string",
"node_status": "000",
"node_event": "string",
"receive_country": "string",
"delivery_carrier": "string",
"third_party_tracking_number": "string",
"third_party_carrier": "string",
"track_name": "string",
"track_name_en": "string",
"actual_time": "string",
"timezone": "string",
"location": "string",
"lm_track_code": "string",
"lm_track_sub_code": "string",
"lm_track_description": "string",
"lm_track_endescription": "string",
"lm_track_sub_description": "string",
"lm_track_sub_endescription": "string"
}
]
}
]
}