Technical Guides

Documentation Portal

Get technical blueprints, tutorials, and API endpoints references to integrate your POS registers and warehouse systems.

Getting Started

Guide

NEXENOPS 5-Minute Quickstart Guide

Learn how to register, seed a default SQLite instance, create your first business, and configure branches.

Read full guide
Concept

Managing Multi-Tenant Businesses

Step-by-step tutorial on logging into multiple organizations, editing slug URLs, and toggling locations.

Read full guide

Core POS & Inventory

POS

Running the Intelligent POS Terminal

Setting up barcode USB scanner inputs, split payment cash registers, and tracking offline receipt queues.

Read full guide
Inventory

Warehouse Stock Transfers Flow

How to draft, verify, and complete inventory transfers from main regional warehouses to retail branches.

Read full guide
Setting

Establishing Low-Stock Notifications

Set item alerts thresholds to receive notifications when stock metrics drop below safe margins.

Read full guide

Staff Roles & Access Control

Security

Configuring Granular Role Permissions

Understand Owner unrestricted logs access vs Manager actions and Cashier register locks.

Read full guide
HR

Active Roster and Shifts Time Clock

How employees log worked schedules hours, shift calendar configurations, and payroll inputs.

Read full guide

Developer Integrations & API

API Reference

API Token Authorization Specs

Retrieve platform authorization keys, set HTTP headers, and handle JSON response formatting.

Read full guide
Developer

Syncing Webhook Event Payloads

Configuring webhook URLs to trigger system updates when checkouts complete or inventory updates.

Read full guide
developers-sandbox.shAPI Mock

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"
REST API v1 activeUptime: 100%