Admin API
The same REST API the Mercemur dashboard runs on. Catalog, orders, customers, fulfilment, pricing, and settings, all scoped to one store by the key you use.
- Bearer auth with secret API keys; publishable keys cannot reach it
- Scoped keys, so a reconciliation job never gets write access it does not need
- Tenant isolation enforced in Postgres row-level security, not just app code
- Cursor pagination, idempotency keys, and typed error envelopes throughout