GET 查询箱库存列表
GET /apicenter/api/box/stock/list
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| boxtype | query | string | 否 | 箱类型 |
| customBarcode | query | string | 否 | 自定义箱条码 |
| warehouseName | query | string | 否 | 仓库名称 |
| zoneName | query | string | 否 | 分仓名称 |
| sku | query | string | 否 | sku |
| pageNum | query | integer | 是 | 1 |
| pageSize | query | integer | 是 | 10 |
返回示例
成功
{"msg": "查询成功","total": 27,"code": 200,"rows": [{"qtyAllocateConing": 0,"remark": {},"language": {},"boxHeight": 10.0,"warehouseName": "CK美西","customBarcode": "XISKX544112","uid": {},"locationGridId": {},"qtyDeliveryComing": 0,"updateBy": {},"boxWeight": 20.0,"boxVolume": 0.001,"unShelfQty": 0,"zoneId": 13,"id": 38,"boxtype": "ao46826-230605-01-B001","zoneName": {},"qtyExceptionComing": 0,"sku": {},"hwShelvesInfo": {},"boxLength": 10.0,"qtyInStock": 3,"safetyStock": 0,"hwBoxStockProductList": {},"addiInfo": "","updateTime": "2023-06-05 09:26:28","usableStockQty": 1,"params": {"lengthUnitName": "cm","weightUnitName": "g"},"createBy": {},"searchString": {},"storageRackNumber": {},"newQtyOrdered": 2,"whWarehouse": {"orderFee": {},"remark": {},"language": {},"isActive": {},"type": {},"warehouseCode": {},"uid": {},"addressNation": {},"isOversea": {},"updateBy": {},"excelFormat": {},"thirdPartyCode": {},"overseaType": {},"mainWarehouse": {},"addressCity": {},"addiInfo": {},"addressPostcode": {},"maxCapacity": {},"updateTime": {},"addressState": {},"isOrderFee": {},"addressParams": {},"captureUserId": {},"createBy": {},"addressPhone": {},"isZeroInventory": {},"companyId": {},"newName": "CK美西","createTime": {},"warehouseId": 40,"addressStreet": {},"carrierCode": {},"name": "创客美西","comment": {},"did": {},"excelMode": {},"zoneManageId": {}},"createTime": "2023-06-05 09:26:28","warehouseId": 40,"qtyOrdered": 2,"qty": 1,"lengthUnit": 1,"boxWidth": 10.0,"items": 1,"did": {},"hwShelvesBoxdetailList": {},"weightUnit": 1}]}
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK | 删除成功 | rows 字段包含箱库存列表 |
