用于获取入库单信息的列表
{
"orderNo": "string",
"referenceNo": "string",
"transitType": "1",
"shippingType": "1",
"shelfMode": "1",
"orderType": "1",
"isUsePallet": "1",
"isMixedPallet": "-1",
"status": "1",
"cancelType": 0,
"orderNos": [
"string"
],
"referenceNos": [
"string"
],
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}curl --location --request POST '/open/asn-order-data/list' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string",
"referenceNo": "string",
"transitType": "1",
"shippingType": "1",
"shelfMode": "1",
"orderType": "1",
"isUsePallet": "1",
"isMixedPallet": "-1",
"status": "1",
"cancelType": 0,
"orderNos": [
"string"
],
"referenceNos": [
"string"
],
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}'{
"code": "20000",
"success": true,
"data": {
"pageNum": "1",
"pageSize": "10",
"totalCount": "13",
"totalPage": "2",
"list": [
{
"orderNo": "orderNo",
"referenceNo": "referenceNo",
"transitType": 1,
"warehouseCode": "warehouseCode",
"fromWarehouseCode": "fromWarehouseCode",
"shippingType": 1,
"shelfMode": 1,
"trackingNo": "trackingNo",
"asnDesc": "asnDesc",
"orderType": 1,
"isUsePallet": 1,
"isMixedPallet": 1,
"etaDate": "2026-07-03",
"ataDate": "2024-11-15 00:00:00",
"unloadedDate": "2026-07-05 00:00:00",
"receiveDate": "2025-08-15 00:00:00",
"putawayDate": "2025-07-26 00:00:00",
"returnContainerDate": "2026-05-02 00:00:00",
"emailOfTowingContainer": "emailOfTowingContainer",
"totalProduct": 83,
"status": 6,
"cancelTime": "2025-08-29 13:24:19",
"cancelType": 25,
"cancelRemark": "ad fugiat proident ipsum",
"errorReason": "consequat Lorem officia non",
"openItems": [
{
"productSku": "productSku",
"boxNo": "boxNo",
"qty": 1,
"receiveQty": 1,
"putawayQty": 50,
"length": 1.00,
"width": 1.00,
"height": 1.00,
"weight": 1.000,
"packageType": 1,
"isPicture": 1,
"isMixedBox": -1,
"remark": "remark"
}
],
"openAttachments": [
{
"attachmentType": "物流运单",
"fileType": "png",
"fileName": "ad0abd319f9c424badf8a1ad2412bac4_ad0abd319f9c424badf8a1ad2412bac4.png",
"base64": "base64"
}
]
}
]
},
"message": "请求成功",
"errors": [],
"timestamp": "1760431623690",
"duration": 0.05,
"requestId": "bdc1c52994a741c0bc2db963abed01b5"
}