xentral-erp-headless-checkout
Installation
SKILL.md
Xentral ERP REST API
Procedural guide for integrating with the Xentral ERP REST API. Covers sales orders, products, inventory/stock management, customers, and related documents (invoices, delivery notes, credit notes, purchase orders).
API Structure
Base URL: https://{instance}.xentral.biz/api/{version}/{resource}
Three API versions coexist:
| Version | Status | Usage |
|---|---|---|
| V1 | Maintenance | Most endpoints, import actions, document CRUD |
| V2 | Updated | Products, customers with improved filtering |
| V3 | Newest | Sales orders, customers with latest features |
Use the newest version available for each resource. Some operations are only available on specific versions.