Skip to main content
Developer-first POS API

Connect your business to Ekomium ERP

Ekomium helps companies automate, optimize, and digitize their processes through a modular ERP platform. The Company API exposes POS data via a clean REST-like interface on any hosted instance, powered by JSON-RPC.

8Endpoints
JSON-RPCProtocol
EN / FRDocumentation
catalog sync
// 1. Authenticate → receive token
POST /jsonrpc
{ "service": "common","method": "authenticate" }

// 2. Fetch catalog
POST /jsonrpc
{ "model": "product.template",
  "fields": ["name", "list_price"],
  "limit": 100 }

// → [{ "name": "Vanilla Latte", "list_price": 16.0 }]

From zero to live sync in four steps

Based on partner onboarding research: teams that follow a structured integration path ship 3× faster and reduce support tickets by 60%.

1

Discover

Browse endpoints mapped to your POS data model: sales, catalog, cash.

2

Authenticate

Obtain a session token via JSON-RPC. One login, reuse across all calls.

3

Integrate

Pull tickets, lines, and catalog into your ERP, BI, or loyalty system.

4

Ship

Go live with read-only sync, hourly sales pulls, and daily cash reconciliation.

Designed with integration teams, not for them

We interviewed POS integrators, BI engineers, and franchise IT leads to understand what makes or breaks an API adoption.

Time to first API call under 2 min

Developers ranked try before read as their top need. Our Playground lets you authenticate and fetch catalog data without writing a single line of code.

REST mental model, JSON-RPC power

Integration teams expect familiar resource paths. We map REST-like endpoints to Ekomium platform models so your team feels at home.

Progressive disclosure

Start with catalog sync, add sales pulls, then cash closures. Each endpoint is independent. Integrate at your own pace.

Ready to connect?

Open the Playground, authenticate with your instance credentials, and pull your first catalog in under two minutes.