Developer Platform & REST APIs

Build & Extend on the 20-Year EBOS Architecture

Programmatically sync inventory, stream financial transactions into legacy ERPs, and receive real-time webhook updates with developer-first APIs.

curl -X POST https://api.smartstorehq.com/v1/orders/dispatch
v1.4.0
curl -X POST "https://api.smartstorehq.com/v1/orders/dispatch" \
  -H "Authorization: Bearer sk_live_ebos_992183" \
  -H "Content-Type: application/json" \
  -d '{
    "tenantId": "tnt_88102",
    "orgNodeId": "node_branch_lahore",
    "totalAmount": 4500.00,
    "paymentMethod": "CASH",
    "items": [{"sku": "PRD-991", "qty": 2, "price": 2250.00}]
  }'

Built for High Scale Integrations

Connect custom mobile apps, e-commerce storefronts, and legacy accounting tools seamlessly.

RESTful API Architecture

Clean JSON responses, standard HTTP status codes, and predictable resource endpoints for complete store automation.

Real-Time Webhook Engine

Subscribe to event triggers like Order.Created, Stock.Low, and Payment.Reconciled with automated HMAC signatures.

API Key Security & IAM

Provision scoped developer API keys with rate limits and specific Org Node node permissions.

< 45ms P99 Gateway Latency

High-throughput API gateway deployed on globally distributed edge networks for lightning-fast POS response times.

OpenAPI 3.0 Specs

Export Postman collections and OpenAPI schemas for quick SDK generation in Node.js, Python, or Go.

Sandbox Environment

Test webhook payloads and API queries safely inside a isolated tenant sandbox before deploying to production.

Core API Endpoints Reference

POST/api/v1/orders/dispatch

Dispatch real-time POS orders to external ERP / SAP ledgers.

GET/api/v1/catalog/products

Query catalog products, variants, FEFO batch numbers & pricing.

POST/api/v1/customers/khata

Sync customer credit balances and debit entry logs.

POST/api/whatsapp/webhook

Receive live incoming WhatsApp customer messages and media.

GET/api/v1/org/closure-tree

Retrieve active CQRS Org Node hierarchy tree for the tenant.

Start Building Your Integration

Get instant developer keys and start testing API requests in 2 minutes.

Request Developer Access