全部
在线测试
根据波次单号获取波次单数据接口(明细列表中的商品编号可能会有重复)
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/GetBatchOrderInfo
接口介绍: 根据波次单号获取波次单数据接口(明细列表中的商品编号可能会有重复)
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
order_print_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 | |
--order_print_id | int | 波次单 ID |
--order_print_code | string | 波次单号 |
--off_position | string | 下架货位 |
--is_support_plate | bool | 是否支持拍 |
--list | array | 波次下的明细数据 |
----product_model | string | 条码 |
----quantity_order | int | 总数量 |
----product_code | string | 商品编号 |
----product_spec | string | 规格 |
----product_name | string | 名称 |
----pick_quantity | int | 出库数量 |
----placeholder_storage | int | 占位数量 |
----sale_price | int | 售价 |
----order_list_id | int | 明细 id |
----order_print_list_id | int | |
----plate_code | string | |
----remark | string | 备注 |
----position_name | string | 拣货货位 |
----small_unit | 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 | 大单位换算(和小单位换算) |
--position_json | string | 下架理货位 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情