Developers
Developer overview
POSORIA is a WordPress + WooCommerce plugin with a PHP backend and bundled POS...
REST API
Base URL: {site}/wp-json/posoria/v1/ Examples GET /products: paginated product catalog GET /products/lookup?barcode=: barcode lookup POST...
Authentication & capabilities
POS uses WordPress cookie authentication for same-origin browser requests. REST requests require logged-in user...
Payment integration hooks
Pro Payment integrations register via POSORIA integration manager (Stripe Terminal, Square Terminal classes in...
Add-ons loader & example add-on
Pro POSORIA includes an Add-ons loader with an example loyalty add-on in the codebase....
POS frontend bundle
Production POS assets live in assets/pos/dist/. Source is maintained in a separate React/Vite repository:...

