Introduction
How NerionX Hub and Brand Kit fit together — architecture, environments, and base URLs for pharmacy integrations.
What is NerionX?
NerionX is a pharmacy commerce platform. The Hub holds your master catalog, enforces price floors, and processes orders. Your Brand Kit runs the customer storefront and connects to Hub over HTTPS with a brand-scoped API key.
Platform architecture
Three layers — central Hub, your Brand Kit server, and the operator dashboard.
NerionX Hub
Central catalog, pricing floors, inventory locks, and order gateway. Your pharmacy integrates here with a brand-scoped API key after approval.
Brand Kit (Spoke)
Your storefront and admin server — runs on infrastructure you control. Checkout calls Hub to validate price and reserve stock before payment capture.
Dashboard
Operator console for catalog management, API keys, and application status. Separate from customer-facing storefront routes.
Environments
Start with a sandbox key for integration testing, then switch to live after go-live review.
| Environment | Key prefix | Catalog | Orders |
|---|---|---|---|
| Sandbox | nx_sandbox_ | Fixture SKUs for integration testing | Cannot place live orders |
| Live | nx_live_ | Production master catalog | Full order gateway with inventory lock |
Base URLs
Hub API
https://nerion.syntrik.io/api/v1Auth header
X-API-KeyBrand Kit (local)
http://localhost:9001