跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************curl --location --request GET '/v2/check/getList?page&limit&code&origin_code&sku&time_type&start_time&end_time&status&type' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>'{
"meta": {
"code": "string",
"msg": "string"
},
"response": {
"paging": {
"page": "string",
"limit": "string",
"total": "string"
},
"data": [
{
"id": 0,
"code": "string",
"origin_code": "string",
"receipt_at": 0,
"check_at": 0,
"status": 0,
"status_label": "string",
"type": 0,
"type_label": "string",
"forecast_id": 0,
"sku": [
{
"sku": "string",
"sku_num": 0,
"photos": "string",
"weight": 0,
"is_low": 0,
"sn": [
"string"
]
}
]
}
]
}
}