拼多多店铺下的商品列表---李辉
<p><strong>简要描述:</strong> </p>
<ul>
<li>拼多多店铺下的商品列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://dk.gaoyong666.com/gylm/pinduoduo/v1/shopgoods</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">mallId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>店铺id</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>默认1 当前页</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>默认10 每页显示数目</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1543804190,
"data": [
{
"category_name": "美妆",
"coupon_remain_quantity": 46000,
"serv_pct": null,
"promotion_rate": 120,
"coupon_id": 338310212,
"lock_edit": null,
"mall_id": 13121,
"share_desc": null,
"mall_name": "澳雅婷旗舰店",
"coupon_price": 100,
"rank": null,
"desc_pct": null,
"market_fee": 267,
"goods_name": "【澳雅婷超滋润 女神必备】蜜恋口红不易掉色不沾杯3.8g保湿唇膏",
"goods_eval_count": 0,
"goods_id": 2396183,
"goods_gallery_urls": null,
"goods_desc": null,
"opt_name": "美妆",
"opt_ids": [
16,
928,
224,
71,
264,
505,
506,
12,
911
],
"goods_image_url": "http://omsproductionimg.yangkeduo.com/images/2017-06-19/5699c3ab0aedc8eb36cf6465ef0db9cb.jpeg",
"is_valid": true,
"min_group_price": 990,
"coupon_start_time": 1543334400,
"coupon_discount": 100,
"coupon_end_time": 1546271999,
"avg_desc": null,
"avg_serv": null,
"avg_lgst": null,
"sold_quantity": 472018,
"cat_ids": null,
"coupon_min_order_amount": 100,
"goods_fact_price": 990,
"lgst_pct": null,
"category_id": 16,
"goods_eval_score": 0,
"cat_id": null,
"coupon_total_quantity": 50000,
"goods_rate": 120,
"merchant_type": 3,
"goods_mark_price": 13900,
"qr_code_image_url": null,
"goods_thumbnail_url": "http://t00img.yangkeduo.com/goods/images/2018-11-27/3fdfc57a7c304937e949cb41bfa86f7b.jpeg",
"broker": null,
"opt_id": 16,
"sale_num_today": null,
"sale_num24": 82,
"min_normal_price": 1450,
"has_coupon": true,
"goods_mall_coupon_price": 792,
"mall_rate": 120,
"goods_type": 1,
"create_at": null,
"mall_cps": 1
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>参照地址 <a href="http://open.pinduoduo.com/#/apidocument/port?id=27">http://open.pinduoduo.com/#/apidocument/port?id=27</a> 的pdd.ddk.mall.goods.list.get(查询店铺商品)</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>