聚水潭和金蝶云星空接口打通对接实战

聚水潭和金蝶云星空接口打通对接实战

接通系统:聚水潭

聚水潭SaaSERP于2014年4月上线,目前累计超过2.5万商家注册使用,成为淘宝应用服务市场ERP类目商家数和商家月订单增速最快的ERP。2014年及2015年“双十一”当天,聚水潭SaaSERP平稳、安全、顺畅的处理了近千万订单,超过了淘宝对ERP系统吞吐量极限要求的16倍,成为行业里的新标杆。截止目前,聚水潭客户已超2.5万家,其中有南极人、POVOS奔腾,恒源祥,柚子美衣,洁丽雅,FLYCO飞科,波司登,满速,欧丝璐等,并与知名电商圈“老A电商学院”达成深度合作。

对接系统:金蝶云星空

金蝶K/3Cloud在总结百万家客户管理最佳实践的基础上,提供了标准的管理模式;通过标准的业务架构:多会计准则、多币别、多地点、多组织、多税制应用框架等,有效支持企业的运营管理;K/3Cloud提供了标准的业务建模:35种标准ERP领域模型、1046种模型元素、21243种模型元素属性组合,288个业务服务构件,让企业及伙伴可快速构建出行业化及个性化的应用。

系统对接接口配置

通过轻易云系统数据集成平台新增创建集成方案,然后在数据源平台中选择对应的源平台为:聚水潭,并且选择对应的连接器(关于聚水潭的接口连接器如何配置可以在轻易云系统数据集成交流社区bbs.qeasy.cloud 中找到相关信息)。选择对应的销售出库查询接口作为数据对接来源。然后再通过写入目标平台配置目标系统为金蝶云星空,并且选择对应连接器。选择对应的销售出库新增接口作为数据写入动作,既可以完成第一步的数据对接配置;打破跨系统连接,让数据轻易互通成为现实。

聚水潭接口明细

  • 调用接口:orders.out.simple.query

  • 接口名称:销售出库查询

  • 方法:POST

请求参数

字段

字段名称

类型

配置值

shop_id

店铺编码

string

is_offline_shop

shop_id为0且is_offline_shop为true查询线下店铺单据

string

status

单据状态

string

Confirmed

modified_begin

修改开始时间

string

{{LAST_SYNC_TIME datetime}}

modified_end

修改结束时间

string

{{CURRENT_TIME datetime}}

so_ids

线上单号

string

page_index

页数

string

{{PAGINATION_START_PAGE}}

page_size

每页行数

string

{{PAGINATION_PAGE_SIZE}}

响应参数

字段

字段名称

类型

配置值

co_id

公司编号

string

shop_id

店铺编号

string

io_id

出库单号

string

o_id

内部单号

string

so_id

线上单号

string

created

创建时间

string

modified

修改时间

string

status

状态

string

order_type

单据类型

string

invoice_title

发票抬头

string

shop_buyer_id

买家帐号

string

receiver_country

国家

string

receiver_state

string

receiver_city

string

receiver_district

string

receiver_town

街道

string

receiver_address

地址

string

receiver_name

收件人姓名

string

receiver_phone

收件人手机

string

receiver_mobile

收件人电话

string

buyer_message

买家留言

string

remark

备注

string

is_cod

是否货到付款

string

pay_amount

应付金额

string

l_id

物流单号

string

io_date

出库时间

string

lc_id

快递公司编码

string

stock_enabled

是否启用库存管理

string

drp_co_id_from

分销商编号

string

labels

标记

多标签

string

paid_amount

实付金额

string

free_amount

优惠金额

string

freight

运费

string

weight

预估重量

string

f_weight

实称重量

string

merge_so_id

合并订单号

string

wms_co_id

分仓编号

string

business_staff

业务人员

string

currency

货币类型

string

items

商品集合

array

items.ioi_id

子单号

string

items.pic

图片

string

items.sku_id

商品编码

string

items.qty

数量

string

items.name

商品名称

string

items.properties_value

颜色规格

string

items.sale_price

单价

string

items.sale_amount

金额

string

items.i_id

款式编码

string

items.sale_base_price

原价

string

items.batchs

批次集合

array

items.batchs.batch_no

批次号

string

items.batchs.sku_id

商品编码

string

items.batchs.qty

数量

string

items.batchs.product_date

批次日期

string

items.batchs.supplier_id

供应商编号

string

items.batchs.supplier_name

供应商名称

string

items.batchs.expiration_date

有效期至

string

items.batchs.sns

唯一码集合

array

items.batchs.sns.sn

唯一码

string

items.batchs.sns.pay_date

支付时间

string

items.batchs.sns.code

错误码

string

items.batchs.sns.issuccess

true代表成功

string

items.batchs.sns.msg

执行描述

string

金蝶云星空接口明细

  • 调用接口:batchSave

  • 接口名称:销售出库新增

  • 方法:POST

请求参数

字段

字段名称

类型

配置值

FBillTypeID

单据类型

string

XSCKD01_SYS

FBillNo

单据编号

string

{{io_id}}

FDate

日期

string

{{io_date}}

FSaleOrgId

销售组织

string

102

FCustomerID

客户

string

function case '{{drp_co_id_from}}' when '0' then '{{shop_id}}' when '' then '{{shop_id}}' when 'null' then '{{shop_id}}' when 'NULL;' then '{{shop_id}}' else '{{drp_co_id_from}}' end

FSalesManID

销售员

string

{{order_staff_name}}

FSaleDeptID

销售部门

string

{{shop_id}}

FStockOrgId

发货组织

string

101

FNote

备注

string

{{remark}}

FEntity

明细信息

array

batchs

FEntity.FMaterialID

物料编码

string

{{batchs.sku_id}}

FEntity.FRealQty

实发数量

string

{{batchs.qty}}

FEntity.FLot

批号

string

{{batchs.batch_no}}

FEntity.FProduceDate

生产日期

string

{{batchs.product_date}}

FEntity.FEXPIRYDATE

有效期至

string

FEntity.FPrice

单价

string

FEntity.FTaxPrice

含税单价

string

{{items.sale_price}}

FEntity.FEntryTaxRate

税率%

string

FEntity.FOwnerTypeId

货主类型

string

BD_OwnerOrg

FEntity.FOwnerId

货主

string

101

FEntity.FStockID

仓库

string

{{wms_co_id}}

FEntity.FEntrynote

备注

string

FEntity.FIsFree

是否赠品

string

_function case '{{items.sale_price}}' when '0' then true else false end

FEntity.SubHeadEntity

财务信息

object

FEntity.SubHeadEntity.FSettleOrgID

结算组织

string

102

FEntity.SubHeadEntity.FSETTLECURRID

结算币别

string

PRE001

FEntity.SubHeadEntity.FAllDisCount

整单折扣额

string

{{free_amount}}

FEntity.SubHeadEntity.FormId

业务对象表单Id

string

SAL_OUTSTOCK

FEntity.SubHeadEntity.Operation

执行的操作

string

Save

FEntity.SubHeadEntity.IsAutoSubmitAndAudit

提交并审核

bool

false

FEntity.SubHeadEntity.IsVerifyBaseDataField

验证基础资料

bool

true

FEntity.SubHeadEntity.SubSystemId

系统模块

string

21

系统集成总览

从API层面解决企业烟囱式业务系统集成现状,实现深度的业务流程拉通聚水潭到金蝶云星空之间数据集成;通过API连接各业务系统,复用已有的业务系统能力,让集成架构、服务关系更清晰。使用统一的API管理平台,对API进行显性化、可视化,使所有API服务成为企业的数字资产,提升复用率和价值。全面管控企业的API资产,梳理现有业务系统的API。实现API文档的统一管理,建立API的上线、下线、监控的统一管理体系及标准规范。已链接和打通主流SaaS系统超过100+,快速对接各种API接口,实现云上云下的互联互通。将SaaS和本地业务系统联接起来,打破时间与空间界限,打通原有核心数据及SaaS应用,构建可平滑演进的企业IT架构。

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值