商品信息查询
开发中
正式环境
https://open.zuifuli.com
正式环境
https://open.zuifuli.com
POST
https://open.zuifuli.com
最后修改时间:2025-03-06 08:54:20
应用场景
接口信息
serviceName | version |
---|---|
mall.item.list.jd | 1.0 |
请求****MallSearchRequest参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
catId | List | 否 | 类别ID |
catIdList | String | 否 | 类别ID列表 |
keyword | String | 否 | 关键字 |
brandName | String | 否 | 品牌名称 |
请求,响应****ItemSearchVO参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
items | ProdItemSearchResponse | ||
brands | BrandVO [] | ||
prices | PriceRangeVO [] |
响应****ProdItemSearchResponse参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
id | String | id | |
shopId | String | 商店id | |
shopName | String | 商店名称 | |
brandId | String | 品牌 id | |
brandName | String | 品牌名称 | |
name | String | 名字 | |
image | String | 图片 | |
category | List | 商品所属的分类 | |
price | Integer | 商品当前价格 | |
originPrice | Integer | 商品当前价格 | |
costPrice | Integer | 商品的成本价格 | |
orgPrice | List | 原价格的列表 | |
saleQuantity | Integer | 商品已销售的数量 | |
stockQuantity | Integer | 商品当前库存量 | |
onShelfTime | Date | 商品上架时间 | |
status | Integer | 商品的状态 | |
itemType | Integer | 商品的类型(如普通商品、特价商品等) | |
agentId | Long | 代理商 ID | |
serviceCode | String | 商品相关服务的代码 | |
brands | Map | 品牌信息,可能包括多个品牌 | |
maxPrice | Integer | 商品的最大价格 | |
minPrice | Integer | 商品的最小价格 |
响应****BrandVO 参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
id | Long | id | |
name | String | 名字 | |
logo | String | logo |
响应****PriceRangeVO 参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
minPrice | Integer | ||
minPrice | Integer |
请求参数
Body 参数application/json