云供应链

仓库


获取货品列表

<p><strong>简要描述:</strong> </p> <ul> <li>--获取货品列表</li> </ul> <p><strong>请求URL:</strong> <a href="https://xx.com:9054/WH_Ware_Goods/getGoodsList">https://xx.com:9054/WH_Ware_Goods/getGoodsList</a> <a href="http://xx.com:8054/WH_Ware_Goods/getGoodsList">http://xx.com:8054/WH_Ware_Goods/getGoodsList</a></p> <p><strong>请求方式:</strong></p> <ul> <li>Get;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;">shopsid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>门店编码</td> </tr> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>集团码</td> </tr> <tr> <td style="text-align: left;">ctype</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>查询类型(0:所有可见,1:门店自有)</td> </tr> <tr> <td style="text-align: left;">goodscate</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>类型编码</td> </tr> <tr> <td style="text-align: left;">suppliercode</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>供应商编码</td> </tr> <tr> <td style="text-align: left;">goodscode</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>货品编码(查单个时传)</td> </tr> <tr> <td style="text-align: left;">keys</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>关键字查询(货品编码、货品名称、简码模糊查询)</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>页码(不传或传0 不分页)</td> </tr> <tr> <td style="text-align: left;">pagesize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>每页条数</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>{ &quot;error&quot;: 0, &quot;Comment&quot;: &quot;操作成功!&quot;, &quot;Value&quot;: &quot;[{\&quot;goodscate\&quot;:\&quot;004\&quot;,\&quot;goodscode\&quot;:\&quot;R0040040006\&quot;,\&quot;goodsname\&quot;:\&quot;火龙果\&quot;,\&quot;standard\&quot;:null,\&quot;shortkey\&quot;:\&quot;HLG\&quot;,\&quot;unit\&quot;:\&quot;斤\&quot;,\&quot;salesratio\&quot;:1,\&quot;planprice\&quot;:80.0000,\&quot;suppliercode\&quot;:\&quot;R0003333333333333333\&quot;,\&quot;recprice\&quot;:0.0000,\&quot;dispatchprice\&quot;:2.0000,\&quot;isheadquarter\&quot;:\&quot;1\&quot;,\&quot;isvisible\&quot;:null,\&quot;isenabled\&quot;:true,\&quot;shelfllife\&quot;:20,\&quot;comment\&quot;:null,\&quot;inventorytype\&quot;:\&quot;1\&quot;,\&quot;attribute\&quot;:\&quot;2\&quot;,\&quot;isuseforspecial\&quot;:null},{\&quot;goodscate\&quot;:\&quot;0906\&quot;,\&quot;goodscode\&quot;:\&quot;R00040001\&quot;,\&quot;goodsname\&quot;:\&quot;华为手机\&quot;,\&quot;standard\&quot;:null,\&quot;shortkey\&quot;:\&quot;HWSJ\&quot;,\&quot;unit\&quot;:\&quot;台\&quot;,\&quot;salesratio\&quot;:1,\&quot;planprice\&quot;:0.0000,\&quot;suppliercode\&quot;:\&quot;R0002\&quot;,\&quot;recprice\&quot;:0.0000,\&quot;dispatchprice\&quot;:0.0000,\&quot;isheadquarter\&quot;:\&quot;1\&quot;,\&quot;isvisible\&quot;:true,\&quot;isenabled\&quot;:true,\&quot;shelfllife\&quot;:null,\&quot;comment\&quot;:null,\&quot;inventorytype\&quot;:\&quot;1\&quot;,\&quot;attribute\&quot;:\&quot;0\&quot;,\&quot;isuseforspecial\&quot;:null},{\&quot;goodscate\&quot;:\&quot;0911\&quot;,\&quot;goodscode\&quot;:\&quot;R00010038\&quot;,\&quot;goodsname\&quot;:\&quot;易方学姐\&quot;,\&quot;standard\&quot;:null,\&quot;shortkey\&quot;:\&quot;YFXJ\&quot;,\&quot;unit\&quot;:\&quot;达\&quot;,\&quot;salesratio\&quot;:1,\&quot;planprice\&quot;:0.0000,\&quot;suppliercode\&quot;:null,\&quot;recprice\&quot;:45.0000,\&quot;dispatchprice\&quot;:0.0000,\&quot;isheadquarter\&quot;:\&quot;1\&quot;,\&quot;isvisible\&quot;:true,\&quot;isenabled\&quot;:true,\&quot;shelfllife\&quot;:null,\&quot;comment\&quot;:null,\&quot;inventorytype\&quot;:\&quot;1\&quot;,\&quot;attribute\&quot;:\&quot;0\&quot;,\&quot;isuseforspecial\&quot;:null}]&quot;, &quot;count&quot;: 167 }</p> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <p>说明: error=0 成功 error=1 Comment=错误原因</p> <p>count分页时传回总条数</p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML