Commerce OS Engine Gateway
⚡ REST API & Platform Backbone

Enterprise E-Commerce Platform Engine

Unified multi-tenant backend architecture with Domain-Driven Design (DDD), PostgreSQL direct connection pooler, high-throughput asynchronous job workers, and automated storefront routing.

Protocol Version
v1.0.0-ENTERPRISE
Database Connection
PostgreSQL Active
Resolved Multi-Tenant
dpz-shoes
Async Worker Pool
Native Queue Active
Core Gateways & Control Consoles
📚
→
Interactive API Docs

Complete OpenAPI 3.0 catalog with interactive request execution, dynamic schemas, and live JWT auth simulation.

/api/docs SWAGGER 3.0
🛍️
→
Storefront Customer Gateway

Public product catalog, dynamic variation matrix, cart sync, checkout state machine, and courier assignment.

/api/v1/storefront/* & /api/* PUBLIC REST
🛡️
→
Merchant Admin Control Plane

Executive KPIs, order fulfillment center, inventory restock, customer CRM, and granular staff RBAC roles.

/api/v1/admin/* BEARER JWT
⚡
→
Platform SuperAdmin Gateway

Multi-store fleet cluster topology, database pool telemetry, worker thread states, and tenant registry.

/api/v1/platform/* SUPER_ADMIN
💚
→
Central Health Probe

JSON heartbeat endpoint for load balancers, Kubernetes liveness probes, and external uptime telemetry.

/health 200 OK
🖥️
↗
Admin Web Portal

Next.js 15 administrative control center with 34 hydrated pages, smart data tables, and dynamic visual builder.

http://incom-backend.ragory.xyz:3000 NEXT.JS 15
Federated Headless Storefronts
🏍️
DPZ Motorbike Parts
Port 3001 • Main Storefront
Primary ↗
👗
FemCart Fashion
Port 3006 • Standalone / Legacy
Launch ↗
👞
MyroBD Footwear
Port 3007 • Standalone / Legacy
Launch ↗
Quick Developer CLI Sandbox Client IP: 216.73.216.170
# 1. Fetch live multi-tenant product catalog curl -X GET "http://incom-backend.ragory.xyz/api/products" \ -H "X-Tenant-Slug: dpz-shoes" \ -H "Accept: application/json" # 2. Authenticate admin credentials (JWT) curl -X POST "http://incom-backend.ragory.xyz/api/v1/admin/auth/login" \ -H "Content-Type: application/json" \ -H "X-Tenant-Slug: dpz-shoes" \ -d '{"email":"admin@commerceos.com","password":"admin123"}'