全部
在线测试
根据商品上架 ID 获取商品上架管理信息
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/purchaseShelveGetById
接口介绍: 根据商品上架 ID 获取商品上架管理信息
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
| 参数 | 类型 | 必选 | 值 | 示例 |
|---|---|---|---|---|
| Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
| 参数 | 类型 | 必选 | 描述 |
|---|---|---|---|
| id | int | 是 | 商品上架 ID |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
| 参数名称 | 类型 | 参数描述 |
|---|---|---|
| shelve_id | int | 上架 ID |
| shelve_code | string | 上架单号 |
| consignor_id | int | 货主 ID |
| consignor_code | string | 货主编号 |
| consignor_name | string | 货主名称 |
| enter_id | int | 入库 ID |
| enter_code | string | 入库单号 |
| order_type | string | 单据类型 |
| shelve_type | string | 上架类型 |
| position_name | string | 收货位 |
| storage_id | int | 仓库 ID |
| storage_name | string | 仓库 |
| user_id | int | 所属人 ID |
| user_true_name | string | 所属人 |
| start_date | date | 开始时间 |
| end_date | date | 结束时间 |
| span_time | string | 持续时间 |
| total_quantity | int | 合计数量 |
| on_shelve_quantity | int | 待上架数量 |
| shelved_quantity | int | 已上架数量 |
| on_shelve_status | string | 上架状态 |
| auditing | int | 审核状态 |
| auditor | string | 审核人 |
| audit_date | date | 审核日期 |
| enable | byte | 是否可用 |
| remark | string | 备注 |
| create_id | int | 创建人 ID |
| creator | string | 创建人 |
| create_date | date | 创建时间 |
| modify_id | int | 修改人 ID |
| modifier | string | 修改人 |
| modify_date | date | 修改时间 |
| purchase_shelve_list | array | |
| --shelve_list_id | int | 明细 ID |
| --shelve_id | int | 上架 ID |
| --product_id | int | 商品 ID |
| --product_code | string | 编号 |
| --product_name | string | 商品名称 |
| --product_model | string | 条形码 |
| --product_spec | string | 商品规格 |
| --quantity | int | 应上架数量 |
| --on_shelve_quantity | int | 待上架数量 |
| --shelved_quantity | int | 已上架数量 |
| --shelve_status | string | 上架状态 |
| --sorting_status | byte | 分拣状态 |
| --position_no | string | 收货位 |
| --position_name | string | 推荐上架货位 |
| --plate_code | string | 拍号 |
| --produce_date | date | 生产时间 |
| --limit_date | date | 到期日期 |
| --batch_number | string | 批次号 |
| --is_high_value | byte | 是否高价 |
| --enable | byte | 是否可用 |
| --remark | string | 备注 |
| --create_id | int | 创建人 ID |
| --creator | string | 创建人 |
| --create_date | date | 创建时间 |
| --modify_id | int | 修改人 ID |
| --modifier | string | 修改人 |
| --modify_date | date | 修改时间 |
| --lack_storage | int | 缺货数量 |
| --custom_product | byte | 定制商品 |
| --append_parameter | string | 定制值 |
| --single_sign_code | string | 定制唯一码 |
| --enter_id | int | 入库 ID |
| --enter_list_id | int | 入库明细 ID |
| --relation_code | string | 关联码 |
| --declare_no | string | 报检单号 |
| --extend_field01 | string | 扩展字段 01 |
| --extend_field02 | string | 扩展字段 02 |
| --extend_field03 | string | 扩展字段 03 |
| --extend_field04 | string | 扩展字段 04 |
| --extend_field05 | string | 扩展字段 05 |
| --extend_field06 | string | 扩展字段 06 |
| --extend_field07 | string | 扩展字段 07 |
| --extend_field08 | string | 扩展字段 08 |
| --extend_field09 | string | 扩展字段 09 |
| --extend_field10 | string | 扩展字段 10 |
| --record_action | recordaction | 记录操作动作 |
| record_action | recordaction | 记录操作动作 |
返回数据
响应代码
| 代码 | 代码描述 | 解决方案 |
|---|---|---|
| 0 | 成功 |
公共错误码点击查看详情
