全部
在线测试
选择仓库,扫描原货位及目标货位,通过原货位和仓库 ID 获取货位库存数据,校验目标货位是否存在
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/productPositionGroupData
接口介绍: 选择仓库,扫描原货位及目标货位,通过原货位和仓库 ID 获取货位库存数据,校验目标货位是否存在
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
| 参数 | 类型 | 必选 | 值 | 示例 |
|---|---|---|---|---|
| Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
| 参数 | 类型 | 必选 | 描述 |
|---|---|---|---|
| original_position_name | string | 是 | 原货位,必须填写 |
| target_position_name | string | 是 | 目标货位,必须填写 |
| storage_id | int | 是 | 仓库 ID,必须填写 |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
| 参数名称 | 类型 | 参数描述 |
|---|---|---|
| result | bool | |
| state | string | |
| dynamic | object | |
| msg | string | |
| data | array | |
| --product_id | int | 商品 ID |
| --product_code | string | 编号 |
| --product_name | string | 商品名称 |
| --product_model | string | 条形码 |
| --product_spec | string | 商品规格 |
| --product_storage | int | 库存数量 |
| --storage_name | string | 库存名称 |
| --position_name | string | 货位 |
| --server_path | string | 图片 |
| --batch_number | string | 批次号 |
| --plate_code | string | 拍号 |
| --produce_date | string | 生产时间 |
| --consignor_id | int | 货主 ID |
| --consignor_name | string | 货主名称 |
| --storage_status | string | 商品状态 |
| --product_attribute | string | 商品属性 |
| --relation_code | string | 关联号 |
| --relation_code2 | string | 关联号 2 |
| --relation_code3 | string | 关联号 3 |
| --relation_code4 | string | 关联号 4 |
| --relation_code5 | string | 关联号 5 |
| --middle_barcode | string | 中包装条码 |
| --middle_unit_convert | int | 中单位换算(和小单位换算) |
| --big_barcode | string | 大包装条码 |
| --unit_convert | int | 大单位换算(和小单位换算) |
返回数据
响应代码
| 代码 | 代码描述 | 解决方案 |
|---|---|---|
| 0 | 成功 |
公共错误码点击查看详情
