描述
wms代发出库单出库
路径
| Http verb | URL |
|---|---|
| POST | /api/supplier-service/v1/jofo/waveList |
请求头样例
|
字段
请求样例
{
"status": "",
"isPrinted": "",
"waveItemCatTypes": [],
"createDate": [],
"warehouseCode": "",
"pageNum": 1,
"allQueryList": [],
"waveNos": []
}
返回样例
{
"code": "0",
"data": [
{
"abnormalReason": "",
"aggregator": 7317,
"aggregatorName": "test",
"createdAccount": "lindsayjiang@walltechsystem.com ",
"createdBy": 8873,
"createdName": "lindsayjiang@walltechsystem.com ",
"dateCreated": "2025-07-08 16:23:32",
"dateModified": "2025-07-08 16:23:32",
"id": "2507081623321000001",
"isPrinted": 0,
"itemCatType": 1,
"itemCatTypeMsg": "一波多品",
"modifiedAccount": "lindsayjiang@walltechsystem.com ",
"modifiedBy": 8873,
"modifiedName": "lindsayjiang@walltechsystem.com ",
"operation": "/order/outbound/manage/createWave",
"outboundOrderQty": 2,
"siteId": 1,
"skuTotalQty": 2,
"status": 1,
"statusMsg": "待拣货",
"warehouseCode": "ETO-WMS",
"waveNo": "WO2507080006"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}