Developer API & webhooks

Connect Ordello to your other tools.

A secure REST API with scoped API keys and signed webhooks. Sync orders, customers and inventory with your ERP, accounting, dashboards or a custom storefront — in real time.

1

Scoped API Keys

Stripe-style keys (ord_live_…), hashed at rest, shown once, and revocable anytime. Each key is limited to only the scopes you grant.

2

Signed Webhooks

Get real-time events (order.created, payment.received, order.status_changed and more) pushed to your endpoint with an HMAC signature to verify authenticity.

3

Safe by Design

Every key sees only your business data. Per-key rate limits, a monthly quota, and idempotency keys keep integrations safe and duplicate-free.

API & Integrations

Built for real integrations, not just demos.

Generate an API key in Settings → Developers, grant it only the scopes it needs, and start calling the API over HTTPS. Push data in, pull data out, or let webhooks notify your systems the instant something happens — an order is created, a payment lands, a status changes.

  • Read + create/update orders, customers, and read products, inventory & feedback
  • Least-privilege scopes: orders, customers, products, stock, webhooks
  • Signed webhooks with automatic retries and delivery logs
  • Idempotency-Key header makes every write safely retryable
  • Interactive API docs (Swagger) — available on the Starter & Pro plans

API Keys

Zoho sync

Active

ord_live_8f2a4c••••b9Xy

orders:readorders:writecustomers:read

Webhook · order.created

POST https://hooks.acme.com/ordello
X-Ordello-Signature: t=1719…,v1=9f…
{ "event": "order.created", "data": … }

Ready to try API & Integrations?

Start free for 14 days. No credit card required. Cancel anytime.