金蝶云星辰V1和小满OKKICRM接口打通对接实战

金蝶云星辰V1和小满OKKICRM接口打通对接实战

对接源平台:金蝶云星辰V1

金蝶云·星辰聚焦小微企业在线经营和数字化管理,以“新生产、新零售、新商贸、新财税、新生态”五大特性赋能企业,以财税智能化、门店数字化、供应链流程化、业财税一体化、订货在线化、营销社交化、需求个性化、决策实时化、办公移动化等九大价值赋能企业,助力企业实现数字化、智能化转型升级。

写入目标:小满OKKICRM

深圳市小满科技有限公司(简称:小满科技)成立于2013年3月,公司位于深圳市南山区高新园区,是一家国家级高新技术企业。公司旗下产品OKKICRM聚焦外贸客户管理与销售管理,帮助企业实现从线索到订单的全生命周期管理。

数据接口配置

通过轻易云系统数据集成平台:数据集成方案。选择开始创建数据集成方案菜单。在方案配置表单中选择对应的源业务系统:金蝶云星辰V1,然后选择对应的连接器。选择对应的jdy/basedata/material_list作为数据对接来源。然后再写入目标平台配置目标系统为小满OKKICRM,并且选择对应连接器(关于小满OKKICRM的接口如何连接可以在轻易云数据集成社区论坛bbs.qeasy.cloud中找到相关信息)。选择好对应的/v1/product/push接口作为数据写入动作完成第一步的接口配置。
 

金蝶云星辰V1接口明细

  • 接口:jdy/basedata/material_list
  • 接口名称:商品查询
  • 接口方法:POST
请求参数
字段名称类型描述
enable可用状态string可用状态,1:可用,0:禁用,-1:全部
search模糊搜索string模糊搜索-名称、编码、规格、条形码
parent商品类别string商品类别ID
isdataperm数据权限string是否添加数据权限校验,默认false
startdate创建开始日期string开始日期(格式:“yyyy-MM-dd”,为空表示不过滤),创建日期
enddate创建结束日期string结束日期(格式:“yyyy-MM-dd”,为空表示不过滤),创建日期
begindate修改开始日期string开始日期(格式:“yyyy-MM-dd”,为空表示不过滤),修改日期
expiredate修改结束日期string结束日期(格式:“yyyy-MM-dd”,为空表示不过滤),修改日期
starttime创建开始时间戳string开始时间(格式:“时间戳”,-1表示不过滤),创建时间
endtime创建结束时间戳string结束时间(格式:“时间戳”,-1表示不过滤),创建时间
begintime修改开始时间戳string开始时间(格式:“时间戳”,-1表示不过滤),修改时间
expiretime修改结束时间戳string结束时间(格式:“时间戳”,-1表示不过滤),修改时间
page当前页string当前页(默认1)
pagesize每页显示条数string每页显示条数(默认10,最大100)
showunits多单位信息string是否返回多单位信息,true:返回,默认false
showimages图片信息string是否返回图片信息,true:返回,默认false
number自定义返回字段string自定义返回字段(除默认字段外),多个字段用英文逗号隔开,具体看商品元数据的标识
splitArraysplitArraystring
响应参数
字段名称类型描述
idIDstring
number编码string
name名称string
parent_id类别idstring
parent_name类别名称string
parent_number类别编码string
ismulti_unit是否多单位string
isserial是否序列号string
isasstattr是否辅助属性是string
isweight启用称重string
iskfperiod是否保质期string
isbatch是否批次string
url商品主图string
model商品规格string
barcode商品条形码string
isshowauxbarcode是否开启辅助属性条码string
mullabel商品标签string
checktype商品类别1:普通2:套装3:服务string
brandid_id品牌idstring
brandid_name品牌名称string
brandid_number品牌编码string
producingpace产地string
helpcode助记码string
baseunitid_id计量单位idstring
baseunitid_number计量单位编码string
baseunitid_name计量单位名称string
remark备注string

小满OKKICRM接口明细

  • 调用接口:/v1/product/push
  • 接口名称:推送产品到小满产品库
  • 方法:POST
请求参数
字段字段名称类型配置值
name产品名称string{{name}}
product_no产品编码string{{number}}
model产品型号string{{model}}
product_remark产品备注string{{remark}}
price_min离岸价最小价格string{{priceentity.price_minsalesprice}}
price_currency离岸价货币string
package_gross_weight包装毛重string{{gross_weight}}
package_unit包装单位string{{baseunitid_id}}
package_volume包装体积string{{volume}}
package_remark包装说明string
count_per_package每包装产品数量string
unitunitstring{{baseunitid_id}}
product_type产品类型string2
group_id产品分组string{{parent_id}}
sku_attributessku_attributesarrayauxentity_auxentity_new
sku_attributes.item_iditem_idstringfindCollection find item_id from e6f3251e-a56a-3421-aac9-cf6fe5daab94 where item_name={{auxentity.auxtypeid1_name}}
sku_attributes.valuevaluearrayauxentity_auxentity_new
sku_attributes.value.item_iditem_idstring{{auxentity_auxentity_new.number}}
sku_attributes.sku_itemssku_itemsarrayauxentity
sku_attributes.sku_items.sku_idsku_idstring
sku_attributes.sku_items.sku_codesku_codestring{{auxentity.skunumber}}
sku_attributes.sku_items.fob_pricefob_pricestring
sku_attributes.sku_items.disable_flagdisable_flagstring1
sku_attributes.sku_items.attributesattributesarray
sku_attributes.sku_items.attributes.item_iditem_idstring_findCollection find item_id from e6f3251e-a56a-3421-aac9-cf6fe5daab94 where item_name={{auxentity.auxtypeid1_name}}
sku_attributes.sku_items.attributes.valuevalueobject
sku_attributes.sku_items.attributes.value.item_iditem_idstringfindCollection find node_item_id from e6f3251e-a56a-3421-aac9-cf6fe5daab94 where node_item_name={{auxentity.auxid1_name}}
sku_attributes.sku_items.attributes.value.item_iditem_idstring_findCollection find item_id from e6f3251e-a56a-3421-aac9-cf6fe5daab94 where item_name={{auxentity.auxtypeid1_name}}
sku_attributes.sku_items.attributes.value.valuevalueobject
sku_attributes.sku_items.attributes.value.value.item_iditem_idstring_findCollection find node_item_id from e6f3251e-a56a-3421-aac9-cf6fe5daab94 where node_item_name={{auxentity.auxid1_name}}

系统数据集成价值

使用全界面可视化配置集成流,快速应对企业的集成需求使得金蝶云星辰V1与小满OKKICRM之间的数据接口一站式的快速集成能力,构建企业数据通道,解决数据孤岛问题。快速构建企业元数据标准、主数据标准、业财数据标准,完成数据的采集、统一、分发、清洗、归集等,帮助企业建立高质量的数据中台。目前轻易云平台已经支持300+系统,同时具备快速适配新系统的能力,集成海量接口数据。无论是对接ERP还是MES、OA、CRM、WMS、OMS等等系统,都可以通过接口相互集成。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值