全部
在线测试
根据上架单号 Code 获取到上架管理信息(上架明细中的商品编号有可能是重复的)
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/userGetShelveInfoByCode
接口介绍: 根据上架单号 Code 获取到上架管理信息(上架明细中的商品编号有可能是重复的)
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
shelve_code | string | 否 | 上架单号 |
user_id | int | 否 | 用户 ID |
user_true_name | string | 否 | |
storage_id | int | 否 | 仓库 ID |
storage_name | string | 否 | |
role_id | int | 否 | 角色 ID |
role_name | string | 否 | |
consignor_id | int | 否 | 货主 |
consignor_code | string | 否 | |
consignor_name | string | 否 | |
provider_id | int | 否 | 供应商 |
provider_code | string | 否 | |
provider_short_name | string | 否 | |
Mac | string | 否 | PDA 的 Mac 地址 |
where | string | 否 | 查询条件 |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
参数名称 | 类型 | 参数描述 |
---|---|---|
result | bool | |
state | string | |
dynamic | object | |
msg | string | |
data | array | |
--shelve_id | int | 上架单 ID |
--shelve_code | string | 上架单号 |
--list | array | |
----shelve_list_id | int | 明细 ID |
----product_id | int | 商品 ID |
----product_code | string | 商品编号 |
----product_name | string | 商品名称 |
----product_spec | string | 商品规格 |
----quantity | int | 数量 |
----position_no | string | 收货位 |
----position_name | string | 推荐货位 |
----remark | string | 商品备注 |
----produce_date | string | 生产日期 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情