LinkbuyDataAnalysis

linkbuy数据分析接口


产品数据库页获取分类接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>产品数据库页获取分类接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://api.459n.com/api/v3/RelatedRelSubcates</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> <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;: 2304, &amp;quot;categoryLanguage&amp;quot;: &amp;quot;New In&amp;quot;, &amp;quot;image&amp;quot;: &amp;quot;-&amp;quot;, &amp;quot;selectTypeName&amp;quot;: &amp;quot;new in all&amp;quot;, &amp;quot;country&amp;quot;: &amp;quot;uk&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;parentId&amp;quot;: 0, &amp;quot;all_children&amp;quot;: [ { &amp;quot;id&amp;quot;: 6886, &amp;quot;categoryLanguage&amp;quot;: &amp;quot;View all&amp;quot;, &amp;quot;image&amp;quot;: &amp;quot;https://img.ltwebstatic.com/images3_ccc/2024/08/02/1a/1722583913390a5fb3e8d7bfe006382502043bb7af.png&amp;quot;, &amp;quot;selectTypeName&amp;quot;: &amp;quot;NEW IN WOMEN CLOTHING&amp;quot;, &amp;quot;country&amp;quot;: &amp;quot;uk&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;parentId&amp;quot;: 2304, &amp;quot;all_children&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;">data</td> <td style="text-align: left;">array</td> <td>一级分类数据</td> </tr> <tr> <td style="text-align: left;">data.categoryLanguage</td> <td style="text-align: left;">string</td> <td>各个国家分类名称</td> </tr> <tr> <td style="text-align: left;">data.selectTypeName</td> <td style="text-align: left;">string</td> <td>英文分类名称</td> </tr> <tr> <td style="text-align: left;">data.country</td> <td style="text-align: left;">string</td> <td>国家简称</td> </tr> <tr> <td style="text-align: left;">data.all_children</td> <td style="text-align: left;">array</td> <td>二级分类数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML