企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取供应商上下架商品列表 +++ get:/supplier/getSupplierGoodsList *index#页码 *count#页数据量 *supplierId#供应商编号 *type#1:上架列表;2:下架列表 brandId#品牌编号 hotFlag#热销flag(点击热销传1) profitFlag#利润flag(点击利润传1) cateId#分类ID(一级二级分类皆可,不传默认获取第一个一级分类) <<< success { "code": "00000", "data": { "numIidList": [ { "numIid": "201905161614100071" } ], "goodsList": [ { "goodsId": 1306, "sGoodsId": 0, "numIid": "201905161614100071", "goodsName": "虞姬", "cateId": 152, "supplyPrice": "0.77", "marketPrice": "1", "salePrice": "1.00", "sales": 0, "shopAddNum": 0, "goodsImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/normal/2019/05/20190516161411101749.jpeg", "isRecommend": "0", "freightRule": "全国包邮", "firstPrice1": "0", "firstPrice2": "0", "firstPrice3": "0", "firstPrice4": "0", "firstWeight1": "0", "firstWeight2": "0", "firstWeight3": "0", "firstWeight4": "0", "continuedWeight1": "0", "continuedWeight2": "0", "continuedWeight3": "0", "continuedWeight4": "0", "continuedPrice1": "0", "continuedPrice2": "0", "continuedPrice3": "0", "continuedPrice4": "0", "isSendFree": "1", "freightArea1": "", "freightArea2": "", "freightArea3": "", "freightArea4": "", "noFreightArea5": "", "freightName1": "", "freightName2": "", "freightName3": "", "freightName4": "", "noFreightName5": "不配送区域", "checkPrice": "0" } ] }, "onceToken": "", "info": "获取供应链商品列表成功" } +++ #### goodsList:商品列表 |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |goodsName|商品名称|| | 2 |supplyPrice|供应价|| | 3 |marketPrice|建议零售价|| | 4 |sales|销量|| | 5 |goodsImg|商品图片|| | 6 |checkPrice|控价flg 0:否;1:是;|| | 7 |goodsId|商品编号|| | 7 |freightRule|运费规则名称|| | 8 |firstPrice1|最近区域首重价|| | 9 |firstPrice2|次近区域首重价|| | 10 |firstPrice3|偏远区域首重价|(加价规则一首重价)| | 11 |firstPrice4|最远区域首重价|(加价规则二首重价)| | 12 |isSendFree|包邮flg 0:否;1:是|| | 13 |freightArea1|最近区域地区|| | 14 |freightArea2|次近区域地区|| | 15 |freightArea3|偏远区域地区|(加价规则一区域)| | 16 |freightArea4|最远区域地区|(加价规则二区域)| | 17 |noFreightArea5|不配送区域地区|| | 18 |firstWeight1|最近区域首重|| | 19 |firstWeight2|次近区域首重|| | 20 |firstWeight3|偏远区域首重|(加价规则一首重)| | 21 |firstWeight4|最远区域首重|(加价规则二首重)| | 22 |continuedWeight1|最近区域续重|| | 23 |continuedWeight2|次近区域续重|| | 24 |continuedWeight3|偏远区域续重|(加价规则一续重)| | 25 |continuedWeight4|最远区域续重|(加价规则二续重)| | 26 |continuedPrice1|最近区域续重价|| | 27 |continuedPrice2|次近区域续重价|| | 28 |continuedPrice3|偏远区域续重价|(加价规则一续重价)|| | 29 |continuedPrice4|最远区域续重价|(加价规则二续重价)|| | 30 |freightName1|最近区域名称|| | 31 |freightName2|次近区域名称|| | 32 |freightName3|偏远区域名称|(加价规则一名称)| | 33 |freightName4|最远区域名称|(加价规则一名称)| | 34 |noFreightName5|不配送区域名称|| | 35 |shopAddNum|店铺上架该商品的数量|| | 36 |sGoodsId|供应商商品编号|| | 37 |numIid|商品产品编号||