GET 查询箱库存列表
GET /apicenter/api/warehouse/stockAge
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| centre_code | query | string | 是 | 仓库编码 |
| skuList | query | string | 否 | sku |
返回示例
成功
{"code": 200,"data": [{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "0.01.0001","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 150,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}},{"entryDate": "2026-06-10 00:00:00","boxQty": {},"batchCode": "","cargoCode": "0.01.0001","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 50,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": "2027-06-10 00:00:00"},{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "0.01.0002","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 230,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}},{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "P1160176","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 90,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}},{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "P1160269","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 95,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}},{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "P1160270","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 95,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}},{"entryDate": {},"boxQty": {},"batchCode": "","cargoCode": "P5020329","productDate": {},"boxNo": "","returnReason": "","qualityCode": "良品","plant": "40","qty": 3,"productionBatch": {},"originCountry": "","inventoryMark": "","expireDate": {}}],"status": 900,"info": "success"}
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK | 删除成功 | rows 字段包含箱库存列表 |
