Qeasy Cloud
Get Started

Insights

Latest industry insights, tutorials, best practices and case studies.

15 articles

From Reconciliation Results to ERP Vouchers: The Last Mile of Financial Data

Reconciliation done is not the finish line — the confirmed results must become receivables, receipts and GL vouchers in the ERP. Starting from reconciliation output, this tutorial covers account mapping, voucher templates, posting via Kingdee Cosmic / Yonyou APIs, and idempotency control.

10 views

From Replenishment Suggestion to Purchase Order: Closing the Loop with Your ERP

A Kingdee Cloud walkthrough of the full loop: suggestion → plan confirmation → order splitting → purchase order Save/Submit/Audit → arrival backfill, with field mapping, idempotency and retry design.

3 views

WDT Enterprise Edition Integration Guide: Signing and Order Query

Key points for WDT Enterprise Edition openapi2: the sid/appkey credential system, the MD5 signing algorithm, the unusual timestamp baseline, gzip+base64 request bodies, and pagination/incremental practices for order queries.

8 views

Jushuitan Qimen Integration Guide: Order and Inventory Downstream Sync

Jushuitan integrates with in-house and third-party systems through the Qimen gateway. This guide covers Qimen custom-API common parameters, MD5 signing, target_app_key routing, and the practical details of order query and inventory sync.

6 views

YonBIP Integration Guide: Open Platform Access and Master Data Synchronization

The full onboarding flow for the YonBIP open platform: creating an app, exchanging AppKey/AppSecret for an access token, calling business APIs, and designing customer/material master data synchronization.

2 views

Kingdee Cloud Integration Guide: WebAPI Authentication and Bill Read/Write

A hands-on walkthrough of the Kingdee Cloud WebAPI: the three core endpoints — ValidateUser login, ExecuteBillQuery for querying bills, and Save for writing bills — with parameters, pitfalls, and best practices.

4 views

Store POS Data Integration: A Backhaul Solution for Retail Terminal Data

Tutorial: backhaul store-level sales, returns, and inventory data from heterogeneous POS systems to the brand's data platform. Covers SaaS POS open APIs, local database collection, and file-based fallback, plus data cleansing essentials.

3 views

API Signing Explained: MD5/HMAC Signature Mechanics and Eight Common Pitfalls

Open APIs of e-commerce ERPs like WDT and Jushuitan commonly authenticate requests with parameter signatures. Signing is simple in theory; sorting, encoding and concatenation details are where 90% of 'invalid signature' errors come from. This tutorial covers the mechanics and a complete pitfall checklist.

4 views

Field Mapping and Data Transformation: The First Mile of Heterogeneous System Integration

Field mapping is the heaviest and most error-prone part of integrating heterogeneous systems. This tutorial offers a systematic method — field inventory, type alignment, enum translation, and conflict resolution — plus a practical checklist.

18 views

The Complete OAuth2 Integration Guide: Authorization Code Flow and Enterprise App Integration

DingTalk, WeCom, Feishu and a growing number of SaaS vendors all use OAuth2 for third-party authorization. This tutorial covers the full authorization-code flow, token lifecycle management, and the enterprise-app-specific mechanics you need to integrate them reliably.

4 views

Automating Distributor Order Backhaul: From Excel Emails to Direct API Integration

A hands-on tutorial: turn a distributor order flow based on emailed Excel files into an automated pipeline that cleanses, maps, and writes orders into Kingdee Cloud via APIs — with field mapping, idempotency design, and incremental scheduling.

3 views

API Orchestration in Practice: Composing Multi-System APIs into a Business Pipeline

Using the example of 'marketplace order → ERP outbound → shipping callback', this tutorial shows how to orchestrate APIs from three systems into one business pipeline with branching, retries, and idempotency controls.

17 views