Webhooks
Coming soonTenant-configurable outbound webhooks let your systems react to events in litecommerce — an order ships, a return is approved, stock crosses a threshold — without polling.
The planned model includes signed payloads, automatic retries with backoff, and a delivery log with replay. It's built on the same internal event / outbox machinery that already drives transactional email today.
Status: outbound webhooks are scoped for Milestone 6 (Integrations and Automation), alongside ShipStation order sync. This page documents the signing model, event catalog, and retry semantics when they ship. Inbound webhooks (e.g. Stripe) already run on the
/api/v1/webhooks/*surface.
Related
- Idempotency — handling duplicate deliveries
- API reference — the inbound
/webhookssurface