WMS Integration 旺店通 & More
Native two-way integration with major WMS providers. Push product master data and pull real-time stock all from one unified interface.
Deep Integration with 旺店通 WMS
Acuity provides the most comprehensive 旺店通 WDT integration available supporting both API families with full product sync, stock pull, and measures management.
Family A OpenAPI JSONopenapi.wdtwms.com
Used for stock queries. Supports stock.query, stock.total.query, and product measures via goods.spec.query.step.
Family B General API XMLwmsapi.wdtwms.com
Used for ERP-to-WMS document push. Supports WDT_WMS_SINGLEITEM_SYNCHRONIZE for product master data sync with proper XML signing.
- ✓ Separate credentials for each API family
- ✓ Automatic tenant prefix for SKU isolation (
tenant_sku) - ✓ Full request/response logging
- ✓ Multi-warehouse number support
- ✓ Inbound shipment management
Ports & Adapters Design
Acuity uses a clean ports-and-adapters (hexagonal) architecture for WMS integrations. Every WMS is just another adapter behind the same interface.
Unified Interface
All WMS adapters implement the same WarehouseClient interface — meaning your order management code never needs to know which WMS is being used.
Tenant Isolation
Each tenant's warehouse credentials are stored separately. SKUs are prefixed with the tenant public ID to prevent data leakage across workspaces.
Full Audit Logging
Every API call — request payload, response body, timing, and result — is logged and accessible from the integration dashboard.