Latest industry insights, tutorials, best practices and case studies.
15 articles
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.