The operating system for
complex unified commerce
Not just another plugin. A complete,## **Unified commerce capabilities**ngineered for high-volume enterprise operations, advanced quoting, and headless performance.
Core Commerce Kernel
Inherited from MedusaJS and enhanced for enterprise scale. The foundation of your business.
Advanced PIM
Multi-variant architecture, infinite options, and bulk import/export for catalogs with 1M+ SKUs.
Order Orchestration
Full state machine for split shipments, returns, exchanges, and claims handling.
Multi-Region
Native support for multi-currency, tax calculation, and region-specific payment rules.
Unified Customer
Centralized profiles, customer groups, and deep segmentation logic.
Built for B2B.
Not an afterthought.
Most platforms bolt on B2B features. We baked them into the core. Xclade comes with native modules for complex organizational needs.
Company & Organization
Multi-tenant architecture supporting complex hierarchies (HQ → Region → Branch). Set spending limits and budgets per unit.
Advanced Quoting Engine
Negotiation workflows built-in. Buyers request quotes, sales reps review/discount, and one-click conversion to orders.
Approval Workflows
Gatekeeping logic for high-value orders. Configure multi-stage sign-off chains for your biggest clients.
import { QUOTE_MODULE, APPROVAL_MODULE } from "./src/modules";
export default defineConfig({
projectConfig: {
databaseUrl: process.env.DATABASE_URL,
redisUrl: process.env.REDIS_URL,
},
modules: {
// Native B2B Modules Enabled
[QUOTE_MODULE]: {
resolve: "./src/modules/quote",
options: { expiry_days: 30 }
},
[APPROVAL_MODULE]: {
resolve: "./src/modules/approval",
options: { auto_approve_under: 500 }
}
}
});
The Xclade Graph
We solved the headless performance bottleneck. Our custom GraphQL layer (built on Yoga + Envelop) sits directly on top of the query engine.
Zero Over-Fetching
Payloads reduced by up to 98% vs REST. Clients request only the exact fields they need.
No N+1 Queries
Native DataLoader implementation automatically batches database lookups.
query {
products(limit: 10) {
title
variants {
sku
price {
amount
currency
}
}
# Relationships are lazy-loaded
collection {
title
}
}
}
Enterprise Ecosystem
Maintained integrations for the tools you already rely on.
SOC 2 Ready & Secure
Enterprise-grade security is not optional. Xclade comes with audit logs, GDPR compliance workflows, and PCI-compliant payment tokenization out of the box.