Documentation Portal
Get technical blueprints, tutorials, and API endpoints references to integrate your POS registers and warehouse systems.
Getting Started
NEXENOPS 5-Minute Quickstart Guide
Learn how to register, seed a default SQLite instance, create your first business, and configure branches.
Managing Multi-Tenant Businesses
Step-by-step tutorial on logging into multiple organizations, editing slug URLs, and toggling locations.
Core POS & Inventory
Running the Intelligent POS Terminal
Setting up barcode USB scanner inputs, split payment cash registers, and tracking offline receipt queues.
Warehouse Stock Transfers Flow
How to draft, verify, and complete inventory transfers from main regional warehouses to retail branches.
Establishing Low-Stock Notifications
Set item alerts thresholds to receive notifications when stock metrics drop below safe margins.
Staff Roles & Access Control
Configuring Granular Role Permissions
Understand Owner unrestricted logs access vs Manager actions and Cashier register locks.
Active Roster and Shifts Time Clock
How employees log worked schedules hours, shift calendar configurations, and payroll inputs.
Developer Integrations & API
API Token Authorization Specs
Retrieve platform authorization keys, set HTTP headers, and handle JSON response formatting.
Syncing Webhook Event Payloads
Configuring webhook URLs to trigger system updates when checkouts complete or inventory updates.
Verify local REST integrations using curl to retrieve live billing structures and discount coefficients:
curl -X GET \ "http://localhost:3000/api/v1/platform/settings/subscription" \ -H "Authorization: Bearer test_token_api_xyz"