Event-driven core
Every order, every movement is an event. Modules communicate over an event bus — no batches, no polling, real-time.
Modular microservices architecture, event-driven core, enterprise-grade security. Built on foundations that CDOs and IT directors value — behind the interface your operations team uses every day.
Platform Components
Modules run independently, stronger together. Start with one module that fits your need; expand over time.
Order orchestration, warehouse integration, shipping management
Order lifecycle, validation, approval flow, return flow
Routing optimization, ship-from-store, multi-location
Self-service portal, smart routing, automated refunds
Real-time sync, ATP engine, multi-location pool
46+ connectors, REST/GraphQL API, event streams
Architecture
Proven architectural decisions for enterprise SaaS — modern, scalable, auditable.
Every order, every movement is an event. Modules communicate over an event bus — no batches, no polling, real-time.
FMS, OMS, DOM, Returns, Inventory, Connect — each an independent service. Independently scaled, independently deployed.
Thousands of customers in a single deployment, each logically isolated. Data is entity-level encrypted and audited.
Every state change is written as an immutable event. Retrospective debugging, audits, and time-travel reporting come naturally.
Automatic scaling on Kubernetes. Multi-AZ redundancy and real-time replication across 3 locations.
How it works
From the moment a customer clicks to package delivery — every step in a single automation layer.
E-commerce, marketplace, mobile app, call center, B2B portal — orders from every channel are normalized to a single standard format via Connect.
The FMS rules engine determines processing priority, assignment, and SLA targets.
The Distributed Order Management engine picks the optimal location for every order: balancing cost × time × capacity × inventory. Decision in under 200ms.
Work order to WMS, carrier rate-shopping, label printing, customer notifications — all automated. Every state transition is written to the event bus, audited.
Integration ecosystem
Broad enterprise integration library. Marketplace API changes, carrier updates — they're our responsibility. New custom integrations go live in around two weeks.
Trendyol, Hepsiburada, N11, Amazon, Çiçeksepeti, Modanisa, Pazarama, Temu
Shopify, Mirakl, Ticimax, İkas, custom headless
SAP, Logo, Nebim
Arvato WMS-SLOT, Horoz, TLS
Aras, DHL, Yurtiçi, PTT, Sürat, HepsiJet, Trendyol Express, UPS, PTS
Power BI
Developer-first
REST + GraphQL, OpenAPI 3.0 spec, automatic SDK generation, sandbox environment. Webhook delivery is guaranteed (retry + dead-letter queue) and signed with HMAC-SHA256.
OpenAPI 3.0 spec, versioned, rate-limited. P95 <300ms.
RabbitMQ + MassTransit-based event bus, subscribable topics, replay support.
Fully isolated sandbox environment, includes a synthetic test data generator.
// Create a new order — all modules trigger automatically
import { OmniensClient } from "@omniens/sdk";
const client = new OmniensClient({
apiKey: process.env.OMNIENS_API_KEY,
region: "eu-tr-1"
});
const order = await client.orders.create({
channelId: "trendyol-store-42",
customer: { email: "ali@example.com" },
items: [
{ sku: "SHIRT-BLUE-M", qty: 2 }
],
shipping: {
address: { city: "Istanbul", country: "TR" },
// DOM engine picks the best location
routingMode: "auto"
}
});
console.log(order.fulfillment.assignedLocation);
// → "store-istanbul-kadikoy" (selected in 180ms)
Security & Compliance
We meet enterprise security requirements one by one. Data security, KVKK compliance, and auditability are the top priorities.
Data is always encrypted in transit (TLS 1.3) and at rest (AES-256).
Personnel can't access production data outside emergencies. Every access is written to an audit log and requires customer approval.
Tenant data is isolated at entity level. Cross-tenant queries are technically impossible.
Two independent penetration tests per year. Findings are closed within 30 days; reports are shared with customers under NDA.
Enterprise SSO via SAML 2.0 and OIDC. MFA is mandatory on all Enterprise accounts.
Scalability & SLA
We processed 1M orders on 11.11 2025. Zero downtime. Automatic horizontal scaling, multi-AZ replication, 30-minute RTO disaster recovery.
Automatic horizontal scaling reaches 10× capacity within minutes. Peak-readiness testing is standard for every new customer.
Data is replicated in real time to another location. Daily snapshots, 30-day retention. RPO <5 min, RTO <30 min.
A 60-minute deep technical session with our CDO and solutions architect team. Your systems, our architectural approach.