Connect your entire stack in minutes
120+ pre-built connectors for payments, CRMs, marketing tools, shipping carriers, and analytics platforms. If we don't have it, our REST API lets you build it.
Every tool your team already loves
Pre-built connectors that take minutes — not months — to activate.
Stripe
Most usedAccept cards, wallets, and 135+ payment methods globally
Salesforce
Sync orders, customers, and pipeline into your CRM in real time
Zapier
5,000+ appsConnect to 5,000+ apps with no-code automation workflows
Don't see your tool?
We add new integrations every month. Request one and we'll prioritise it.
Request an Integration// Fetch orders via Sales Metrix REST API
const response = await fetch(
'https://api.salesmetrix.io/v1/orders',
{
headers: {
'Authorization': 'Bearer sm_live_••••••••',
'Content-Type': 'application/json',
},
}
);
const { orders, pagination } = await response.json();
// { total: 1247, page: 1, orders: [...] }
Official SDKs
Can't find your integration? Build it in hours.
Our REST API, GraphQL endpoint, webhooks, and OAuth 2.0 auth give developers everything needed to connect Sales Metrix to any tool — internal or third-party.
REST API
Full CRUD access to orders, products, customers, and inventory. JSON responses, OpenAPI spec included.
Webhooks
Real-time event push for order.created, payment.completed, inventory.low, and 40+ other events.
OAuth 2.0
Secure API key and OAuth 2.0 authentication. Scoped tokens so apps only access what they need.
GraphQL
Query exactly the data you need. Ideal for headless storefronts and custom dashboard builds.
Your stack. Perfectly connected.
Start your free trial and connect your first integration in minutes. No engineers required.
14-day free trial · All integrations included · No credit card required