LinkbuyDataAnalysis

linkbuy数据分析接口


追踪页面商品列表页查询接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>追踪页面商品列表页查询接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://api.459n.com/api/v3/salestracking/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET/POST </li> </ul> <h5>请求头</h5> <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;">authorization</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>传参时候数据前缀带上 “Bearer &#039;token&#039;”</td> </tr> </tbody> </table> <h5>参数</h5> <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;">goods_name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>模糊查询商品名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;status&amp;quot;: 1, &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;product&amp;quot;: { &amp;quot;id&amp;quot;: 2984643, &amp;quot;goods_name&amp;quot;: &amp;quot;Frenchy Cárdigan de manga larga con nudo en un solo color y sobretamaño para mujer, ideal para ir al trabajo, minimalista, uso en oficina, dinero viejo, sencillo. Suéter cárdigan de punto de un solo color con cinturón delantero, se puede usar sobre una camiseta. Cárdigan suéter de corte oversized y lindo. ¡Recomendamos comprar un tamaño talla grande pequeño! ¡Super cálido y suave!&amp;quot;, &amp;quot;goods_img&amp;quot;: &amp;quot;https://img.ltwebstatic.com/images3_pi/2024/10/08/ab/1728353361b5645d2b510b8c9afcc2cacae0dadfb7_thumbnail_405x552.jpg&amp;quot;, &amp;quot;sale_price&amp;quot;: &amp;quot;12.15&amp;quot;, &amp;quot;score&amp;quot;: &amp;quot;37.04&amp;quot;, &amp;quot;sale_count&amp;quot;: 0, &amp;quot;week_sale_count&amp;quot;: 0, &amp;quot;month_sale_count&amp;quot;: 0, &amp;quot;revenue&amp;quot;: &amp;quot;0.00&amp;quot;, &amp;quot;week_revenue&amp;quot;: &amp;quot;0.00&amp;quot;, &amp;quot;month_revenue&amp;quot;: &amp;quot;0.00&amp;quot;, &amp;quot;shelf_time&amp;quot;: &amp;quot;2024-04-25 00:00:00&amp;quot; } } ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">int</td> <td>成功为 1</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>成功状态码200</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">string</td> <td>返回数据</td> </tr> <tr> <td style="text-align: left;">data.id</td> <td style="text-align: left;">int</td> <td>追踪id</td> </tr> <tr> <td style="text-align: left;">product</td> <td style="text-align: left;">array</td> <td>商品数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML