全部
在线测试

获取商品详情(分页)


接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/baseProductInfoList


接口介绍: 获取商品详情(分页)


请求方式: POST


返回格式: JSON


接口收费: 联系客服


频率限制: 10 次/秒


请求头参数

参数 类型 必选 示例
Authorization string 授权 access_token Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx

请使用新的生成 token 接口 点击查看详情

请求参数

参数 类型 必选 描述
page_index int 当前页号
page_size int 分页大小
where string 查询条件
order_by 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
--data_list array 列表数据
----product_position_id int ID
----consignor_id int 货主 ID
----consignor_code string 货主编号
----consignor_name string 货主名称
----class_id int 类别 ID
----class_name string 入库方式
----main_id int 来源主表 ID
----detail_id int 来源明细 ID
----bill_code string 来源单号
----storage_id int 仓库 ID
----storage_name string 仓库名称
----position_type byte 货位类型
----area_code string 库区
----position_name string 货位名称
----product_storage int 库存量
----orign_storage int 原始量
----placeholder_storage int 占位量
----valid_qty int 有效库存
----storage_status string 库存状态
----product_attribute string 商品属性
----product_id int 商品 ID
----product_code string 商品编号
----product_name string 商品名称
----product_model string 条形码
----product_spec string 规格
----in_storage_date date 入库时间
----produce_date date 生产日期
----limit_date date 到期日期
----small_unit string 小单位
----middle_unit string 中单位
----big_unit string 大单位
----shelf_life_day int 保质期天数
----shelf_life_date date 库存保质期限
----valid_shelf_life_day int 最长库存天数
----provider_id int 供应商 ID
----provider_code string 供应商编号
----provider_short_name string 供应商
----plate_code string 拍号
----relation_code string 关联号
----batch_number string 批次号
----declare_no string 报检单号
----purchase_price int 进货价
----purchase_money int 进货总额
----column_code string 货位列号
----row_code string 货位行号
----brand_name string 品牌
----type_name string 类别
----area_order_no int 库区分拣权重
----enter_code string 入库单号
----order_code string 关联订单单号
----rate int 税率
----rate_price int 税价
----rate_money int 价税合计
----avg_price int 移动平均价
----remark string 备注
----create_id int 创建人 ID
----creator string 创建人
----create_date date 创建时间
----single_sign_code 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 记录操作动作
--load_info array 请求数据源及其页码
----menu_id int 菜单 ID
----project_name string 项目名
----table_name string 表名
----table_view string 表别名
----model_name string 领域模型名
----id_field string 主键字段
----id_values string 主键值
----page_index int 分页索引
----page_size int 分页大小
----record_count int 总记录数
----page_count int 分页总数
----where string 查询条件
----fixed_where string 固定查询条件
----group_where string 分组条件
----fixed_begin_date string 固定开始日期条件
----fixed_end_date string 固定开始日期条件
----columns_group string 分组查询字段
----group_by string 分组字段
----sort_name string 排序字段
----sort_order string 排序方式
----sum_result string 求和运算结果列表
----sum_column_names string 求和字段列表
----has_data_auth bool 是否需要数据权限
----key_value_list array 键值对
------id int 主键 ID 值
------name string 名称

返回数据



响应代码

代码 代码描述 解决方案
0 成功

公共错误码点击查看详情