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

Plugins

EPOS does not currently support dynamic third-party plugins: there is no plugin marketplace, no ZIP/package installation mechanism, and no plugin runtime that loads third-party code into a running EPOS instance. See What is an EPOS Module for how EPOS is actually extended today (internally, as reviewed code shipped together with the product) and why that’s a different thing from a plugin system.

The supported way to build on top of EPOS as an external party is the /v1 API documented throughout this site - read data, build your own system around it. There is currently no supported way to run your own code inside EPOS itself.

This page intentionally does not describe a future Plugin SDK, extension points, or a marketplace concept - none of that is designed yet, and speculative documentation would be misleading. If a plugin system is built in the future, it will get its own documentation when it exists.