Build integrations that operators love. Access inventory, orders, payments, loyalty, and more through a unified REST + GraphQL API.
# Install the SDK
npm install @elevatedpos/sdk
// Initialize and list products
import { createClient } from '@elevatedpos/sdk'
const client = createClient({ apiKey: 'sk_sandbox_...' })
const products = await client.catalog.products.list()Complete REST API documentation for all ElevatedPOS services with request/response examples.
Test your integrations in an isolated environment with mock data and credentials.
Register OAuth 2.0 applications to access the ElevatedPOS API on behalf of merchants.
Subscribe to real-time events from the ElevatedPOS platform using HMAC-signed webhooks.
Official TypeScript/Node.js SDK for rapid integration development.
API version history, breaking changes, and deprecation notices.
Query catalog products, categories, and modifiers with the flexible GraphQL endpoint.
Sub-50ms median response times with 99.9% uptime SLA.
JWT + OAuth 2.0 auth, HMAC webhook signatures, RFC 7807 errors.
Every endpoint is org-scoped. Build once, sell to thousands.