Order infrastructure for quick commerce
Catalog, orders, fulfillment routing, and tenant isolation — one API. Ship your marketplace or dark-store delivery app without building the order backbone yourself.
No credit card required. API key in under a minute.
Built for operators, ready for developers
The boring, hard parts of order management — done properly.
Multi-tenant by design
Every order, customer, catalog, and key is scoped to a tenant. One platform, many brands, zero leakage.
Idempotent order creation
Retries are safe by default. Send an Idempotency-Key and replay the same request as many times as you like.
Catalog ingestion
Bulk-upsert SKUs with prices in a single call. Validated, tenant-scoped, and ready to sell immediately.
Fulfillment routing
Orders route to the nearest stocked node with a promised delivery time. Stock is reserved atomically — no overselling.
Scoped API keys
Issue keys restricted to a single customer for client-facing apps, or unscoped keys for back-office systems.
Durable event outbox
Every state change lands in a transactional outbox. Consume order events without losing a single message.
From signup to first order in minutes
Sign up, get an API key, ingest your catalog — then create orders.
Get your API key
Sign up and your tenant and root key are provisioned instantly.
Ingest your catalog
Bulk-upsert SKUs with prices, then set stock per fulfillment node.
Create orders
One POST reserves stock, routes to the nearest node, and promises a delivery time.
curl -X POST http://2.28.121.90/v1/orders \
-H "Authorization: Bearer ofk_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"customer_id": "cust-123",
"currency": "INR",
"items": [{"sku": "milk-1l", "qty": 2, "unit_price_cents": 280}],
"location": {"lat": 12.97, "lng": 77.59}
}'Simple pricing
One plan that covers production. No per-seat, no per-SKU games.
Growth
Everything you need to run quick-commerce order flows in production. First 14 days free.
- Up to 250K orders / month
- Unlimited SKUs and fulfillment nodes
- Idempotent order creation & cancel
- Tenant-scoped and customer-scoped API keys
- Durable outbox events for your data pipeline
- Email support
Enterprise
Dedicated capacity, custom SLAs, managed event streaming, and on-prem or private-cloud deployment.
- Multi-region fulfillment
- 99.99% SLA
- Onboarding support
Questions, answered
What is AKASHA OMS?
AKASHA OMS is a multi-tenant order management platform (OMS) delivered as a service. It provides REST APIs for catalog ingestion, idempotent order creation, stock reservation, and fulfillment routing to the nearest stocked node — so quick-commerce and marketplace teams can run order operations without building the backbone themselves.
Can it really scale past 15K orders/sec?
The API layer is stateless and horizontal-scale ready — add instances behind a load balancer. On a single budget VM we measured ~2K orders/sec end-to-end; the proven ceiling rises with database read replicas and a distributed event backbone, which the architecture already supports.
How is my data isolated from other tenants?
Every query is scoped by tenant ID resolved from your API key, enforced server-side. Scoped keys further restrict access to a single customer. This was verified by an external-style penetration test, including cross-tenant access attempts.
What happens after the free trial?
You subscribe with a card in the dashboard. Until then billing runs in evaluation mode — no card required to start building.
Can I cancel anytime?
Yes. Cancel from the billing portal and your subscription ends at the close of the billing period. Your data stays exportable via the API.
Put your order flow on autopilot
Start building now — the first order is minutes away.
Start 14-day free trial