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

返回示例

成功

  1. {
  2. "msg": "查询成功",
  3. "total": 27,
  4. "code": 200,
  5. "rows": [
  6. {
  7. "qtyAllocateConing": 0,
  8. "remark": {},
  9. "language": {},
  10. "boxHeight": 10.0,
  11. "warehouseName": "CK美西",
  12. "customBarcode": "XISKX544112",
  13. "uid": {},
  14. "locationGridId": {},
  15. "qtyDeliveryComing": 0,
  16. "updateBy": {},
  17. "boxWeight": 20.0,
  18. "boxVolume": 0.001,
  19. "unShelfQty": 0,
  20. "zoneId": 13,
  21. "id": 38,
  22. "boxtype": "ao46826-230605-01-B001",
  23. "zoneName": {},
  24. "qtyExceptionComing": 0,
  25. "sku": {},
  26. "hwShelvesInfo": {},
  27. "boxLength": 10.0,
  28. "qtyInStock": 3,
  29. "safetyStock": 0,
  30. "hwBoxStockProductList": {},
  31. "addiInfo": "",
  32. "updateTime": "2023-06-05 09:26:28",
  33. "usableStockQty": 1,
  34. "params": {
  35. "lengthUnitName": "cm",
  36. "weightUnitName": "g"
  37. },
  38. "createBy": {},
  39. "searchString": {},
  40. "storageRackNumber": {},
  41. "newQtyOrdered": 2,
  42. "whWarehouse": {
  43. "orderFee": {},
  44. "remark": {},
  45. "language": {},
  46. "isActive": {},
  47. "type": {},
  48. "warehouseCode": {},
  49. "uid": {},
  50. "addressNation": {},
  51. "isOversea": {},
  52. "updateBy": {},
  53. "excelFormat": {},
  54. "thirdPartyCode": {},
  55. "overseaType": {},
  56. "mainWarehouse": {},
  57. "addressCity": {},
  58. "addiInfo": {},
  59. "addressPostcode": {},
  60. "maxCapacity": {},
  61. "updateTime": {},
  62. "addressState": {},
  63. "isOrderFee": {},
  64. "addressParams": {},
  65. "captureUserId": {},
  66. "createBy": {},
  67. "addressPhone": {},
  68. "isZeroInventory": {},
  69. "companyId": {},
  70. "newName": "CK美西",
  71. "createTime": {},
  72. "warehouseId": 40,
  73. "addressStreet": {},
  74. "carrierCode": {},
  75. "name": "创客美西",
  76. "comment": {},
  77. "did": {},
  78. "excelMode": {},
  79. "zoneManageId": {}
  80. },
  81. "createTime": "2023-06-05 09:26:28",
  82. "warehouseId": 40,
  83. "qtyOrdered": 2,
  84. "qty": 1,
  85. "lengthUnit": 1,
  86. "boxWidth": 10.0,
  87. "items": 1,
  88. "did": {},
  89. "hwShelvesBoxdetailList": {},
  90. "weightUnit": 1
  91. }
  92. ]
  93. }

返回结果

状态码 状态码含义 说明 数据模型
200 OK 删除成功 rows 字段包含箱库存列表