简要描述:
- 导入全部筛选商品-筛选参数除了search[uniacid]必须传还要传其他筛选参数中的一项
请求URL:
post:plugin.goods-assistant.admin.ImportUniacid.screenImport
筛选参数:search[]
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| search[keyword] | 否 | string | 关键字 |
| search[uniacid] | 是 | int | 导入公众号ID |
| search[brand_id] | 否 | int | 品牌id |
| search[min_price] | 否 | int | 最低价 |
| search[max_price] | 否 | int | 最高价 |
| search[product_attr] | 否 | string | 商品类型 是否热卖/促销等,值为is_hot/is_new/is_recommand/is_comment |
例:商品类型 [product_attr] => Array ( [0] => is_new [1] => is_hot [2] => is_recommand [3] => is_discount )
筛选参数:category[]
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| category[parentid] | 否 | int | 一级 |
| category[childid] | 否 | int | 二级 |
| category[thirdid] | 否 | int | 三级 |
返回示例:
{ "result":1, "msg": "导入商品成功", "data": }