Orders
Receive normalized orders from supported channels. Same JSON shape across Uber Eats, DoorDash, Grubhub, ChowNow, Wix.
For Integrators
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
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);
}); Normalized resources, signed webhooks, and a sandbox you can use today.
Receive normalized orders from supported channels. Same JSON shape across Uber Eats, DoorDash, Grubhub, ChowNow, Wix.
Push catalog updates once; route to connected channels. Item-level dual pricing and 86 actions supported.
Signed payloads, retried on 5xx, idempotent by key. Standard HMAC verification — no proprietary signature schemes.
Optional courier dispatch via the Delivery API. Available where supported.
Brand the dashboard for your POS or platform. Enterprise contract.
Sandbox is request-based. Production and Enterprise quoted against integration volume and depth.
Live POS coverage routes orders from every supported channel. Toast and Lightspeed are in private beta.
| POS | UberEats | DoorDash | Grubhub | ChowNow | Wix |
|---|---|---|---|---|---|
| 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.
Add multi-marketplace order routing to your POS without building per-channel integrations.
Connect your delivery network to supported POS systems through one webhook surface.
Reporting, loyalty, accounting — read normalized order data without re-implementing channel auth flows.
Request a sandbox key and start receiving normalized orders within one business day.