Getting startedIntroduction

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?

AudienceUse case
Mall Brand PartnersBrands operating within MallPlus-managed malls who need to synchronize catalog and order data with their own systems.
WMS / 3PL ProvidersWarehouse management and logistics companies integrating order fulfillment and inventory management.
Authorized IntegratorsSoftware 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:

  1. Register — Create your developer account.
  2. Create App — Configure scopes and generate your HMAC credentials.
  3. Test — Build and validate against the sandbox environment.
  4. Go Live — Get production access and start integrating.

Next Steps

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.

ArtefactDownloadUse
OpenAPI JSONDownload JSONClient generation, Swagger, ReDoc, Postman and Insomnia import
OpenAPI YAMLDownload YAMLThe same generated API contract in YAML format
Postman collectionImport to PostmanClick-and-send; auto-computes HMAC signatures
Interactive reference/docs/api/referenceBrowse every endpoint with a request playground