SCRM开放平台


自定义数据-同步

<h5>简要描述</h5> <ul> <li>erp同步自定义数据到scrm</li> </ul> <h5>请求URL</h5> <ul> <li><code>/erp/definition-param/create</code></li> </ul> <h5>请求方式</h5> <ul> <li>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;">spu</td> <td style="text-align: left;">否</td> <td style="text-align: left;">array</td> <td>产品维度</td> </tr> <tr> <td style="text-align: left;">sku</td> <td style="text-align: left;">否</td> <td style="text-align: left;">array</td> <td>规格维度</td> </tr> </tbody> </table> <h1>spu(数组)</h1> <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;">erp_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>erp中的唯一id</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>参数名</td> </tr> </tbody> </table> <h1>sku(数组)</h1> <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;">erp_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>erp中的唯一id</td> </tr> <tr> <td style="text-align: left;">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;spu&amp;quot;: [         {             &amp;quot;name&amp;quot;: &amp;quot;成分&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_1&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;门幅&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_2&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;克重111&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_3&amp;quot;         }     ],     &amp;quot;sku&amp;quot;: [         {             &amp;quot;name&amp;quot;: &amp;quot;成本价&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_4&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;大货价&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_5&amp;quot;         },         {             &amp;quot;name&amp;quot;: &amp;quot;净布价&amp;quot;,             &amp;quot;erp_id&amp;quot;: &amp;quot;erp_6&amp;quot;         }     ] }</code></pre> <h5>返回示例</h5> <pre><code>{&amp;quot;errcode&amp;quot;:0,&amp;quot;errmsg&amp;quot;:&amp;quot;&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;">code</td> <td style="text-align: left;">int</td> <td>状态码:200成功,其他错误</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>状态提示</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">array</td> <td>返回数据</td> </tr> </tbody> </table>

页面列表

ITEM_HTML