Skip to content
DEV preview — API version 1.0.0 — not the public production site — Development API: dev-api.theprioryshop.co.uk

Events & Webhooks

EPOS does not currently offer webhooks or any other event-push mechanism for external integrations. Everything in this API is request/response - if you need to know when something changes, you poll for it. See Catalog Sync and Inventory Sync for practical polling patterns using updatedSince.

An events/webhooks capability is a plausible future addition to this API, but nothing about its shape, timeline, or scope is decided or documented yet. This page will be updated if and when that changes - there’s no separate spec to preview today.

EPOS has internal synchronization mechanisms (for example, keeping a Point of Sale device’s local data current) that are part of how the product works end to end. Those are internal infrastructure, not a public event platform, and aren’t available to external integrations - this page is specifically about whether you, as an external integration, can receive push notifications from EPOS. You can’t, yet.