Wangdiantong Open Platform API

The Wangdiantong (旺店通) ERP Open Platform HTTP API (openapi2). Endpoints are named PHP methods (e.g. trade_push.php, trade_query.php, goods_push.php, stock_query.php) grouped into basics (shops/warehouses/logistics/suppliers), goods, orders, after-sales, procurement, and inventory. Authentication is via sid + appkey + timestamp + MD5 sign; pagination via page_no/page_size; responses return code (0 = success) and message.

API entry from apis.yml

apis.yml Raw ↑
name: Wangdiantong Open Platform API
description: The Wangdiantong (旺店通) ERP Open Platform HTTP API (openapi2). Endpoints are named PHP methods
  (e.g. trade_push.php, trade_query.php, goods_push.php, stock_query.php) grouped into basics (shops/warehouses/logistics/suppliers),
  goods, orders, after-sales, procurement, and inventory. Authentication is via sid + appkey + timestamp
  + MD5 sign; pagination via page_no/page_size; responses return code (0 = success) and message.
humanURL: https://open.wangdian.cn/qyb/open/apidoc
baseURL: https://api.wangdian.cn/openapi2/
tags:
- E-commerce
- ERP
- Orders
- Inventory
properties:
- type: Authentication
  url: authentication/huice-authentication.yml
- type: Conventions
  url: conventions/huice-conventions.yml
- type: Sandbox
  url: sandbox/huice-sandbox.yml
- type: ErrorCatalog
  url: errors/huice-error-codes.yml
- type: Lifecycle
  url: lifecycle/huice-lifecycle.yml