GET 查询箱库存列表

GET /apicenter/api/warehouse/stockAge

请求参数

名称 位置 类型 必选 说明
centre_code query string 仓库编码
skuList query string sku

返回示例

成功

  1. {
  2. "code": 200,
  3. "data": [
  4. {
  5. "entryDate": {},
  6. "boxQty": {},
  7. "batchCode": "",
  8. "cargoCode": "0.01.0001",
  9. "productDate": {},
  10. "boxNo": "",
  11. "returnReason": "",
  12. "qualityCode": "良品",
  13. "plant": "40",
  14. "qty": 150,
  15. "productionBatch": {},
  16. "originCountry": "",
  17. "inventoryMark": "",
  18. "expireDate": {}
  19. },
  20. {
  21. "entryDate": "2026-06-10 00:00:00",
  22. "boxQty": {},
  23. "batchCode": "",
  24. "cargoCode": "0.01.0001",
  25. "productDate": {},
  26. "boxNo": "",
  27. "returnReason": "",
  28. "qualityCode": "良品",
  29. "plant": "40",
  30. "qty": 50,
  31. "productionBatch": {},
  32. "originCountry": "",
  33. "inventoryMark": "",
  34. "expireDate": "2027-06-10 00:00:00"
  35. },
  36. {
  37. "entryDate": {},
  38. "boxQty": {},
  39. "batchCode": "",
  40. "cargoCode": "0.01.0002",
  41. "productDate": {},
  42. "boxNo": "",
  43. "returnReason": "",
  44. "qualityCode": "良品",
  45. "plant": "40",
  46. "qty": 230,
  47. "productionBatch": {},
  48. "originCountry": "",
  49. "inventoryMark": "",
  50. "expireDate": {}
  51. },
  52. {
  53. "entryDate": {},
  54. "boxQty": {},
  55. "batchCode": "",
  56. "cargoCode": "P1160176",
  57. "productDate": {},
  58. "boxNo": "",
  59. "returnReason": "",
  60. "qualityCode": "良品",
  61. "plant": "40",
  62. "qty": 90,
  63. "productionBatch": {},
  64. "originCountry": "",
  65. "inventoryMark": "",
  66. "expireDate": {}
  67. },
  68. {
  69. "entryDate": {},
  70. "boxQty": {},
  71. "batchCode": "",
  72. "cargoCode": "P1160269",
  73. "productDate": {},
  74. "boxNo": "",
  75. "returnReason": "",
  76. "qualityCode": "良品",
  77. "plant": "40",
  78. "qty": 95,
  79. "productionBatch": {},
  80. "originCountry": "",
  81. "inventoryMark": "",
  82. "expireDate": {}
  83. },
  84. {
  85. "entryDate": {},
  86. "boxQty": {},
  87. "batchCode": "",
  88. "cargoCode": "P1160270",
  89. "productDate": {},
  90. "boxNo": "",
  91. "returnReason": "",
  92. "qualityCode": "良品",
  93. "plant": "40",
  94. "qty": 95,
  95. "productionBatch": {},
  96. "originCountry": "",
  97. "inventoryMark": "",
  98. "expireDate": {}
  99. },
  100. {
  101. "entryDate": {},
  102. "boxQty": {},
  103. "batchCode": "",
  104. "cargoCode": "P5020329",
  105. "productDate": {},
  106. "boxNo": "",
  107. "returnReason": "",
  108. "qualityCode": "良品",
  109. "plant": "40",
  110. "qty": 3,
  111. "productionBatch": {},
  112. "originCountry": "",
  113. "inventoryMark": "",
  114. "expireDate": {}
  115. }
  116. ],
  117. "status": 900,
  118. "info": "success"
  119. }

返回结果

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