公开  
根据虚类编号查询商品列表
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_familyhas_api_ApiGetSkuForSellerCategory
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
category String 到商品分类接口中查询分类编号 按分类 按分类可选
sort String 449746820001 排序规则 默认=449746820001 销量=449746820002
paging PageOption 5,10 翻页选项 输入起始页码和每页10条
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
paged PageResults 翻页结果
count String 该类别下商品总数
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
resultMessage String 返回消息 返回的消息描述
products SaleProduct[] 商品LIST
PageResults
参数名称 类型 参数描述 备注
total int 总数量
more int 是否还有更多
count int 返回数量

PageOption
参数名称 类型 参数描述 备注
limit int 每页条数 每页10条

[校验规则]:
minlength=1
offset int 起码页号 起始页码

[校验规则]:
regex=^\d+$

String
参数名称 类型 参数描述 备注

SaleProduct
参数名称 类型 参数描述 备注
sellPrice BigDecimal 销售价
marketPrice BigDecimal 市场价
vipuserPrice BigDecimal 会员价格 暂时默认为销售价。
productCode String 商品编号
labels String[] 商品标签
mainpicUrl String 图片
categoryCode String 类别编号
sellCount int 卖出的数量
productName String 商品名称
isVideo int 是否有视频 0:无;1:有;暂时默认为0,不设置值。