Introduction
What is MallPlus Open Platform?
MallPlus Open Platform is the official API gateway for integrating with MallPlus, a comprehensive mall and retail management ecosystem. It provides third-party developers, warehouse management system (WMS) providers, and authorized partners with secure, programmatic access to MallPlus core commerce data.
Whether you are a mall brand looking to synchronize your product catalog, a WMS provider integrating order fulfillment workflows, or an authorized systems integrator building custom retail solutions, the Open Platform provides the APIs and tools you need.
Benefits
- Catalog Sync — Full read/write access to product listings, categories, pricing, and media assets across all mall tenants.
- Order Management — Retrieve orders in real time, track order status changes, and integrate with your own OMS or ERP.
- Inventory Control — Query and update stock levels programmatically, enabling multi-warehouse and dropship workflows.
- Fulfillment Tracking — Access shipping and fulfillment data to close the loop on order lifecycle management.
- Webhook Notifications — Receive real-time push notifications for order creation, status changes, inventory updates, and more.
- Sandbox Testing — Develop and test your integration against a sandboxed environment with mock data before going live.
Who Can Access?
| Audience | Use case |
|---|---|
| Mall Brand Partners | Brands operating within MallPlus-managed malls who need to synchronize catalog and order data with their own systems. |
| WMS / 3PL Providers | Warehouse management and logistics companies integrating order fulfillment and inventory management. |
| Authorized Integrators | Software consultants and SI firms authorized by MallPlus to build custom integrations for mall tenants. |
API Integration Overview
Integrating with MallPlus Open Platform follows a straightforward four-step process:
- Register — Create your developer account.
- Create App — Configure scopes and generate your HMAC credentials.
- Test — Build and validate against the sandbox environment.
- Go Live — Get production access and start integrating.
Next Steps
- Quickstart — get your first signed request working.
- Apps & credentials — register, verify, and configure your app.
- Authentication — learn how to sign your API requests.
- Products API — browse the full API reference.
Downloads
These public, machine-readable artefacts are ready for tooling. The Postman collection ships with a pre-request script that auto-computes HMAC signatures so you can click-and-send without writing code.
| Artefact | Download | Use |
|---|---|---|
| OpenAPI JSON | Download JSON | Client generation, Swagger, ReDoc, Postman and Insomnia import |
| OpenAPI YAML | Download YAML | The same generated API contract in YAML format |
| Postman collection | Import to Postman | Click-and-send; auto-computes HMAC signatures |
| Interactive reference | /docs/api/reference | Browse every endpoint with a request playground |