和小青GPT助理聊天吧

小青是一位基于大语言预训练模型的超级智能AI,熟悉轻易云产品并能为您提供多种数据集成方案和技术支持。您在使用轻易云产品时遇到问题或有关技术咨询,小青都将为您提供专业、即时、高效的帮助和建议。与小青智能对话,您可享受同人类互动一样的使用体验,全面了解最新产品更新、功能特性及相关技术资讯,进一步提升您在数据集成领域的实力。小青是您友好、智能、便捷的助手,与她互动让您的数据集成之路轻松愉快。
轻易云自训练大语言模型小青助理
扫码关注公众号即可开始聊天

系统数据集成方案

管易云和旺店通·企业奇门接口打通对接实战

钉钉与ERP对接

数据源平台:管易云

管易云是金蝶旗下专注提供电商企业管理软件服务的子品牌,先后开发了C-ERP、EC-OMS、EC-WMS、E店管家、BBC、B2B、B2C商城网站建设等产品和服务,涵盖电商业务全流程。

对接系统:旺店通·企业奇门

慧策(原旺店通)是一家技术驱动型智能零售服务商,基于云计算PaaS、SaaS模式,以一体化智能零售解决方案,帮助零售企业数字化智能化升级,实现企业规模化发展。

数据接口配置方案

轻易云集成平台的对接是通过一个个对应的对接方案去形成两个系统对接的连线,所以对接方案的配置极其重要,方案可以选择一键复制,轻易云有海量的对接方案可支持一键复制,复制后直接启动使用(对接方案借鉴可以在轻易云系统数据集成交流社区bbs.qeasy.cloud 中找到相关信息。或者可以通过手工配置,配置只要确认源平台:管易云的取数逻辑,例如什么时间取什么样的数据。即可完成配置,目标平台:旺店通·企业奇门,把获取的数据组装成目标系统需要的格式进行写入。

多系统间数据对接

管易云接口明细

  • 接口:gy.erp.items.get
  • 接口名称:商品查询
  • 接口方法:POST

请求参数

字段名称类型描述
start_date修改时间开始段string
end_date修改时间结束段string
code商品代码string
page_size分页大小string默认为10
page_no页号string默认1

响应参数

字段名称类型描述
id商品Dstring
create_date创建时间string
modify_date修改时间string
code商品代码string
name商品名称string
note备注string
weight重量string
combine是否为组合商品string
del是否已停用string
lengthstring
widthstring
heightstring
volume体积string
simple_name商品简称string
category_code分类代码string
category_name分类名称string
supplier_code供应商代码string
item_unit_code商品单位代码string
item_unit_name商品单位名称string
package_point打包积分string
sales_point销售积分string
sales_price标准售价string
purchase_price标准进价string
agent_price代理售价string
cost_price成本价string
stock_status_code库存状态代码string
pic_url图片地址string
tax_no税号string
tax_rate税率string
origin_area原产地string
supplier_outerid供应商货号string
shelf_life保质期string
warning_days预警天数string
combine_items组合明细string
custom_attr自定义属性string
item_add_attribute商品附加属性string
item_brand_code品牌代码string
item_brand_name品牌名称string
skusskuarray
skus.id规格IDstring
skus.code规格代码string
skus.name规格名称string
skus.note备注string
skus.weight重量string
skus.volume体积string
skus.package_point打包积分string
skus.sales_point销售积分string
skus.sales_price标准售价string
skus.purchase_price标准进价string
skus.agent_price代理售价string
skus.cost_price成本价string
skus.stock_status_code库存状态代码string
skus.bar_code商品条码string
skus.tax_no税号string
skus.tax_rate税率string
skus.origin_area原产地string
skus.supplier_outerid供应商货号string

旺店通·企业奇门接口明细

  • 接口:wdt.goods.push
  • 接口名称:创建货品档案
  • 接口方法:POST

请求参数

字段名称类型描述
goods_list货品节点array货品表主键
goods_list.goods_no货品编号string代表货品(spu)所有属性的唯一编号,用于系统货品区分,,SPU概念介绍,单击这里
goods_list.goods_type货品类别string货品类别 1销售商品 2原材料 3包装 4周转材料5虚拟商品6固定资产 0其它
goods_list.goods_name货品名称string货品名称
goods_list.short_name货品简称string货品简称
goods_list.alias货品别名string别名
goods_list.pinyin拼音名称string拼音名称
goods_list.origin产地string产地
goods_list.class_name分类string类别名称
goods_list.brand_name品牌string品牌名称
goods_list.unit_name基本单位string基本单位
goods_list.remark备注string备注
goods_list.props1自定义属性1string自定义属性1
goods_list.props2自定义属性2string自定义属性2
goods_list.props3自定义属性3string自定义属性3
goods_list.props4自定义属性4string自定义属性4
goods_list.props5自定义属性5string自定义属性5
goods_list.props6自定义属性6string自定义属性6
goods_list.aux_unit_name辅助单位名称string辅助单位名称
goods_list.flag_name标记名称string标记名称
goods_list.spec_list单品节点array请求参数的2级数据节点,包含sku所有属性信息的数据节点,节点下数据字段详见下述"spec_list"
goods_list.spec_list.spec_no商家编码string代表单品(sku)所有属性的唯一编码,用于系统单品区分,SKU概念介绍单击这里
goods_list.spec_list.spec_code规格码string规格编码
goods_list.spec_list.barcode主条码string主条码
goods_list.spec_list.spec_name规格名称string规格名称
goods_list.spec_list.is_allow_neg_stock允许负库存string是否允许负库存1允许,0不允许(默认为1)
goods_list.spec_list.is_sn_enable是否启用序列号string是否启用序列号,默认不启用,0不启用序列号 1强序列号 2弱序列
goods_list.spec_list.is_single_batch是否启用同一批次出库string是否启用同一批次出库,默认不启用,0不启用1启用
goods_list.spec_list.is_not_need_examine是否出库不用验货string是否出库不用验货,默认不开启该配置,0出库不验货未开启  1出库不验货开启
goods_list.spec_list.is_zero_cost是否允许0成本string是否允许0成本,默认允许,0不允许1允许
goods_list.spec_list.is_lower_cost是否允许低于成本价string是否允许低于成本价,默认不允许,0不允许1允许
goods_list.spec_list.is_not_use_air是否航空禁运string是否航空禁运,默认不开启,0不开启1开启
goods_list.spec_list.is_popular是否畅销品string是否畅销品,默认非畅销,0非畅销 1畅销
goods_list.spec_list.replenish_type补货string补货,默认低于警戒库存补货,0持续补货1不补货2低于警戒库存补货
goods_list.spec_list.large_type拆分string默认普通件,-1非单发件(需和其他类型货品一起发) 0普通件 1普通大件(可与非大件一起发) 2独立大件(必须单独发)
goods_list.spec_list.spec_unit_name基本单位string基本单位名称
goods_list.spec_list.lowest_price最低价string最低价
goods_list.spec_list.img_url图片url地址string图片url地址
goods_list.spec_list.retail_price零售价string商品标价,系统内手工建单时使用,传值时需谨慎
goods_list.spec_list.wholesale_price批发价string批发价
goods_list.spec_list.member_price会员价string会员价
goods_list.spec_list.market_price市场价string市场价
goods_list.spec_list.sale_score销售积分string销售积分
goods_list.spec_list.pack_score打包积分string打包积分
goods_list.spec_list.pick_score拣货积分string拣货积分
goods_list.spec_list.validity_days有效期天数string保质期,天数
goods_list.spec_list.weight重量stringERP默认重量单位:kg
goods_list.spec_list.lengthstring长(CM)
goods_list.spec_list.widthstring宽(CM)
goods_list.spec_list.heightstring高(CM)
goods_list.spec_list.tax_rate税率string税率
goods_list.spec_list.prop1自定义1string自定义属性1
goods_list.spec_list.prop2自定义2string自定义属性2
goods_list.spec_list.prop3自定义3string自定义属性3
goods_list.spec_list.prop4自定义4string自定义属性4
goods_list.spec_list.prop5自定义5string自定义属性5
goods_list.spec_list.prop6自定义6string自定义属性6
goods_list.spec_list.custom_price1自定义价格1string自定义价格1
goods_list.spec_list.custom_price2自定义价格2string自定义价格2
goods_list.spec_list.spec_aux_unit_name单品辅助单位名称string单品辅助单位名称
goods_list.spec_list.tax_code税务编码string自定义价格2
goods_list.spec_list.spec_remark备注string备注

系统数据集成价值

可视化配置,即便是普通业务人员也可以快速轻松对接多个平台,解决企业面临的数据孤岛,数据混乱等问题,实现数据可见、可用、可运营。进行统一化,模块化,标准化的服务能力和输出,实现对业务端数据需求的精准满足和高效响应,也可以在业务数据需求的不断增加下,让企业有整套的可复用的api资产以更换,支持业务的正常运转,节省开发成本。在不同的着重点和应用上解决数据共享,实现平台之间的独立管理。

系统接口打通

系统数据对接方案元数据代码