简要描述
- 获取橱窗商品列表
请求URL
{Host}/lt-third/api/goods/list
,见【基础参数说明】
请求方式
- GET 方式发送参数
- POST 方式发送参数。当使用 POST 时,请求的主体必须是 JSON 格式,而且 HTTP header 的 Content-Type 需要设置为 application/json
请求参数说明
参数名 | 必选 | 类型 |
说明
|
---|---|---|---|
appId | 是 | string | 应用AppId |
appSecret | 是 | string | 应用AppSecret |
platformShopIds | 否 | string | 【API-达人ID】集合 可逗号隔开 |
platformGoodsIds | 否 | string | 【API-商品ID】集合 可逗号隔开 |
updateStartTime | 否 | string | 数据更新开始时间,格式: yyyy-MM-dd HH:mm:ss |
updateEndTime | 否 | string | 数据更新结束时间,格式: yyyy-MM-dd HH:mm:ss |
pageIndex | 否 | int | 页码,默认值为1 |
pageSize | 否 | int | 每页记录数,默认值为20 取值范围:1~50 |
keywords | 否 | string | 关键词 |
请求示例
POST {
Host}/lt-third/api/goods/