Simple REST API
JSON over HTTPS, authenticated with a single Bearer API key. No OAuth, no session management.
Automate delivery order creation, tracking, and customer management over a simple REST API
The Merchant Integration API lets your systems — an ecommerce site, ERP, POS, or custom backend — create and manage Wasal delivery orders programmatically. Everything you can do from the merchant dashboard, you can do over the API:
All endpoints live under the /integration/merchant/ prefix and authenticate with a single API key.
Start with the Getting Started guide. Already on WooCommerce? Use the official plugin instead.
Test file: download wasal-integration.http to run the full integration flow step-by-step in VS Code REST Client or JetBrains HTTP Client. The file uses the shared demo sandbox key so you can start immediately without any setup.