根据仓code,货主id查询当前货主在当前仓下面的SKU列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
goodsOwnerId | String | 必须 | 12345 | 货主代码(客户代码) | |
pageNo | Number | 必须 | 1 | 页码 | |
systemType | String | 可选 | wms | 系统类型:wms、oms,易仓专用,其他wms可以不传此字段 | |
warehouseCustomerId | String | 必须 | test | 服务商 | |
pageSize | Number | 必须 | 10 | 每页条数 | |
skuIdList | String [] | 可选 |
|
非必填,当skuIdList为空时,需要查询当前goodsOwnerId在warehouseCodeList中所有的sku的库存;当skuIdList不为空时,查询skuIdList在warehouseCodeList的库存即可 | |
warehouseCode | String | 必须 | 仓code | 仓Code |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 返回 | |
|
{"goodsOwnerId":"12345","pageNo":1,"systemType":"wms","warehouseCustomerId":"test","pageSize":10,"skuIdList":[""],"warehouseCode":"仓code"}
{ "result":{ "data":{ "totalCount":20, "items":[ { "imageLink":"4px.image.com\/", "containBattery":true, "length":100, "width":100, "skuTitleCn":"128G苹果13蓝", "weight":100, "skuTitleEn":"128GB_Blue_IPhone13", "skuId":"IPHONE13_B_128G", "height":100 } ] }, "success":true, "errorMessage":"errorMessage", "errorCode":"errorCode" } }
错误码 | 错误描述 | 解决方案 |
---|