OM
Order Desk
Sign in

Order management

Run every order, in every store, from one desk.

Orders, stock, payments and shipping stay in step automatically — and everything you can do on screen, your other systems can do through the API.

Get started New accounts come with a sample store and orders to explore.

Every store in one place

Separate workspaces for each business, and separate stores inside them. Nothing leaks between them.

Stock that can't oversell

Placing an order holds the stock straight away. Cancelling puts it back. Shipping takes it out for good.

Payments and refunds

Record what's been paid and refunded; the order's paid status keeps itself up to date.

Partial shipping

Ship what you have today, the rest later. Tracking details live on the order.

Keys for other systems

Issue a key per system, limit it to one store, make it read-only, revoke it any time.

Tell other tools

Point us at a web address and we can notify it when orders change.

Built API-first

Point your website, till system or warehouse tool at the same endpoints the admin uses.

POST /api/public/v1/orders
Authorization: Bearer oms_••••••••
Idempotency-Key: cart-91823

{
  "store_id": "…",
  "items": [{ "sku": "AUR-BLK", "quantity": 2 }],
  "customer": { "name": "Ada L.", "email": "ada@example.com" }
}