跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************
curl --location --request GET '/v2/shipping/getList?page=1&limit=50&refs=12345,24421,4346432&ids=REF1,REF2,REF3' \ --header 'Bc-Warehouse-Id;' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "string", "response": { "data": [ { "id": 0, "ref": "string", "line_id": "string", "line_no": "string", "label": "string", "status": "string", "status_label": "string", "error": "string", "create_at": 0 } ] } }