查询云商城商品信息
简要描述:
- 此接口用于查询云商城中指定站点的商品信息。
请求URL:
- 沙箱环境
http://api.mall.sandbox.yhsms.com.cn/Mall/Goods/GoodsService.svc/SearchGoods - 生产环境
http://api.mall.yhsms.com.cn/Mall/Goods/GoodsService.svc/SearchGoods
请求方式:
- GET
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| PlatformID | 是 | string | YHDT号 |
| StationID | 是 | string | 站点编号 |
| KeyWord | 是 | string | 搜索关键词。(可支持书名、书号、供应商) |
| PageIndex | 是 | int | 页码 |
| PageSize | 是 | int | 分页大小 |
返回示例
{"Code":"0","Method":0,"Compressed":false,"Encrypted":false,"Message": 商品信息JSON数组}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| Message | string | 商品信息JSON数组(数据结构参见Goods商品基本信息) |
备注
- 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2020-06-09 14:33 作者:张国伟