Skip to main content
OrderOut
Create Account

For Integrators

OrderOut for developers

One API for POS companies, delivery platforms, and restaurant tech. REST plus signed webhooks. Sandbox-first. Build delivery integrations once.

Sandbox-first · Webhooks signed · Idempotent by key

orderout.ts ts
import { OrderOut } from '@orderout/sdk';

const client = new OrderOut({ apiKey: process.env.OO_KEY });

// Receive a normalized order from any supported channel
client.on('order.created', async (order) => {
  // order.channel: 'ubereats' | 'doordash' | 'grubhub' | ...
  // order.lineItems: normalized shape across channels
  await yourPosClient.pushOrder(order);
});
Example integration · simplified

What the API gives you

Normalized resources, signed webhooks, and a sandbox you can use today.

Orders

Receive normalized orders from supported channels. Same JSON shape across Uber Eats, DoorDash, Grubhub, ChowNow, Wix.

Menus

Push catalog updates once; route to connected channels. Item-level dual pricing and 86 actions supported.

Webhooks

Signed payloads, retried on 5xx, idempotent by key. Standard HMAC verification — no proprietary signature schemes.

Delivery dispatch

Optional courier dispatch via the Delivery API. Available where supported.

White-label

Brand the dashboard for your POS or platform. Enterprise contract.

Custom pricing

Sandbox is request-based. Production and Enterprise quoted against integration volume and depth.

Coverage today

Live POS coverage routes orders from every supported channel. Toast and Lightspeed are in private beta.

POS UberEatsDoorDashGrubhubChowNowWix
C Clover
S Square
P Pecan
P Plateron
TR Truffle
T Toast Beta Beta Beta Beta Beta Beta
L Lightspeed Beta Beta Beta Beta Beta Beta

Toast and Lightspeed integrations are in private beta. Contact integrators@orderout.co (or use /contact/?intent=sandbox) for early access.

Who builds with OrderOut

POS Companies

Add multi-marketplace order routing to your POS without building per-channel integrations.

Delivery Platforms

Connect your delivery network to supported POS systems through one webhook surface.

Restaurant Tech

Reporting, loyalty, accounting — read normalized order data without re-implementing channel auth flows.

Where to go next

Build delivery integrations once.

Request a sandbox key and start receiving normalized orders within one business day.