金蝶云星辰V1对接打通旺店通·企业奇门销售出库单(列表+详情)接口与创建原始订单接口
来源系统:金蝶云星辰V1
金蝶云·星辰基于金蝶云·苍穹云原生PaaS平台构建,聚焦小型企业在线经营和数字化管理,提供财务云、税务云、进销存云、零售云、订货商城等SaaS服务,支持企业拓客开源、智能管理、实时决策;金蝶云·星辰还提供轻量级PaaS平台和全面的API接口,广泛连接生态伙伴,为小微企业提供一站式服务,助力企业快速成长
对接目标系统:旺店通·企业奇门
慧策(原旺店通)是一家技术驱动型智能零售服务商,基于云计算PaaS、SaaS模式,以一体化智能零售解决方案,帮助零售企业数字化智能化升级,实现企业规模化发展。
数据对接方案
集成方案是整个轻易云集成平台的核心,每一个集成方案代表一种业务的对接策略(对接方案借鉴可以在轻易云系统数据集成交流社区bbs.qeasy.cloud 中找到相关信息),用户可以根据业务的不同新建多个不同规则的集成方案。比如:采购订单同步,线上销售出库同步,线下销售出库同步。一个集成方案必须要配置源系统:金蝶云星辰V1,源系统 API:销售出库单(列表+详情),目标系统:旺店通·企业奇门,目标系统 API创建原始订单。在新增集成方案之前需要确定两个系统的连接器都已经配置完成。数据管道ETL:构建一体化的数据融合平台。高级数据转换: 支持公式转换数据格式、支持脚本直接进行数据转换、支持可视化多维度数据处理。高性能实时处理:针对不同数据节点类型提供TB级吞吐量,秒级延迟的增量数据处理能力。自动将旧版web服务转变为基于云端微服务的API,统一接口输出标准。支持接口开放服务,实现内外部能力接入。
金蝶云星辰V1接口字段明细
- 接口:jdy/sal/sal_outbound_list
- 接口名称:销售出库单(列表+详情)
- 接口方法:GET
请求参数
字段 | 名称 | 类型 |
deptid | 部门ID | array |
empid | 职员ID | array |
billstatus | 单据状态(所有:“”,已审核:“C”,未审核:“Z”) | string |
settlestatus | 付款状态(所有:“”,全部收款:“C”,部分收款:“B”,未收款:“A”,待收款(=部分收款+未收款):“M”) | string |
startdate | 开始日期(格式:“yyyy-MM-dd”,为空表示不过滤),创建日期 | string |
enddate | 结束日期(格式:“yyyy-MM-dd”,为空表示不过滤),创建日期 | string |
begindate | 开始日期(格式:“yyyy-MM-dd”,为空表示不过滤),修改日期 | string |
expiredate | 结束日期(格式:“yyyy-MM-dd”,为空表示不过滤),修改日期 | string |
starttime | 开始时间(格式:“时间戳”,-1表示不过滤),创建时间 | number |
endtime | 结束时间(格式:“时间戳”,-1表示不过滤),创建时间 | number |
begintime | 开始时间(格式:“时间戳”,-1表示不过滤),修改时间 | number |
expiretime | 结束时间(格式:“时间戳”,-1表示不过滤),修改时间 | number |
search | 模糊搜索,支持客户名称、职员名称、商品名称、单据编码 | string |
page | 当前页(默认1) | number |
pagesize | 每页显示条数,(默认10,最大值100) | number |
selectfields | 自定义返回字段(除默认字段外),多个字段用英文逗号隔开,支持的字段见[下面解析](#selectfields支持的字段) | string |
orderby | 排序(例如createtimedesc为按创建时间降序) | string |
out_side_pks | 外部标识集合查询 | object |
bindSupplier | 详情是否需要返回外部商品相关信息,需要传true即可 | sting |
响应参数
字段 | 名称 | 类型 |
id | 单据ID | sting |
number | 单据编码(*id与number二选一) | sting |
bindSupplier | 详情是否需要返回外部商品相关信息,需要传true即可 | sting |
旺店通·企业奇门接口字段明细
- 接口:wdt.trade.push
- 接口名称:创建原始订单
- 接口方法:POST
请求参数
字段 | 名称 | 类型 |
shop_no | 店铺编号 | string |
switch | 模式 | string |
trade_list | 订单列表节点 | array |
trade_list.tid | 原始单号 | string |
trade_list.trade_status | 平台状态 | string |
trade_list.pay_status | 支付状态 | string |
trade_list.delivery_term | 发货条件 | string |
trade_list.trade_time | 下单时间 | string |
trade_list.pay_time | 支付时间 | string |
trade_list.fenxiao_type | 分销类别 | string |
trade_list.purchase_id | 采购单ID | string |
trade_list.fenxiao_nick | 分销商id | string |
trade_list.buyer_nick | 客户网名 | string |
trade_list.buyer_email | 买家email | string |
trade_list.pay_id | 支付单号 | string |
trade_list.pay_account | 支付账号 | string |
trade_list.receiver_name | 收件人 | string |
trade_list.receiver_province | 省份 | string |
trade_list.receiver_city | 城市 | string |
trade_list.receiver_district | 区县 | string |
trade_list.receiver_address | 地址详情 | string |
trade_list.receiver_mobile | 手机 | string |
trade_list.receiver_telno | 电话 | string |
trade_list.receiver_zip | 邮编 | string |
trade_list.logistics_type | 物流方式 | string |
trade_list.invoice_kind | 发票类别 | string |
trade_list.invoice_title | 发票抬头 | string |
trade_list.invoice_content | 发票内容 | string |
trade_list.remark_flag | 客户备注标旗 | string |
trade_list.buyer_message | 买家备注 | string |
trade_list.seller_memo | 客服备注 | string |
trade_list.seller_flag | 标旗 | string |
trade_list.post_amount | 邮费 | string |
trade_list.cod_amount | 货到付款金额 | string |
trade_list.ext_cod_fee | 货到付款买家费用 | string |
trade_list.other_amount | 其它收费 | string |
trade_list.paid | 已付 | string |
trade_list.id_card_type | 证件类型 | string |
trade_list.id_card | 证件号码 | string |
trade_list.is_auto_wms | 自动流转模式 | string |
trade_list.wms_type | 仓库类型 | string |
trade_list.warehouse_no | 仓库编号 | string |
trade_list.order_list | 订单货品明细节点 | array |
trade_list.order_list.oid | 子订单编号 | string |
trade_list.order_list.num | 数量 | string |
trade_list.order_list.price | 单价 | string |
trade_list.order_list.status | 状态 | string |
trade_list.order_list.refund_status | 退款状态 | string |
trade_list.order_list.goods_id | 平台货品ID | string |
trade_list.order_list.spec_id | 平台规格ID | string |
trade_list.order_list.goods_no | 货品编码 | string |
trade_list.order_list.spec_no | 规格编码 | string |
trade_list.order_list.goods_name | 货品名称 | string |
trade_list.order_list.spec_name | 规格名称 | string |
trade_list.order_list.adjust_amount | 调整 | string |
trade_list.order_list.discount | 优惠 | string |
trade_list.order_list.share_discount | 分摊优惠 | string |
trade_list.order_list.remark | 备注 | string |
trade_list.order_list.cid | 类目 | string |
系统对接总览
通过无代码的数据集成与数据建模的智能数据管道技术,帮助企业将所有应用程序、数据库、事件和文件等数据信息提取到数据仓库中,并快速将分散的数据转化为数据集、API、自动化流程等开箱即用的数据服务。配置接口的模式对接金蝶云星辰V1和旺店通·企业奇门,使得单据无缝互通。打造企业内部数据一体化,让企业日常运营管理实现敏捷数据化运营。实现供应链业务信息流的互通,同时支持供应链数据分析流程自动化,结果推送,推进相关供应链问题优化。及时打通供应链孤岛,实现数据驱动供应链协同,进一步提升企业竞争力。