Skip to content
Documentation menu

Get started

Core concepts

Tenants, actors, companies, and the order lifecycle.

ConceptWhat it is
TenantAn isolated customer environment. Every request carries a tenant; data never crosses tenant boundaries.
ActorAn authenticated identity (user or service) with a scoped role (operator, buyer, approver).
CompanyA B2B buyer entity with hierarchy, roles, credit limits, and a contract price list.
OrderCaptured from any channel; validated (inventory, credit, fraud), fulfilled, and settled.
Quote / RFQA negotiated offer → counter → accept loop that becomes an order.

Authorization is actor-scoped: a token proves who you are and which tenant you belong to, and each endpoint checks the required role.