Skip to content
MendriX MendriX

MendriX Developer Portal

Connect your systems to the MendriX Transport Management System. REST-first, with worked examples for both developers (curl + JavaScript) and low-code users (n8n).

The MendriX TMS exposes a modern REST API for external integrators, plus a legacy SOAP/XML Custom Link that is still required for order intake. Every integration scenario in this portal is documented two ways — a manual REST path (curl + JavaScript) and an n8n path (with an importable workflow) — so both developers and low-code users are served.

Authenticate

Create an API token in the TMS, exchange it for a JWT at the account service, and call the API. Authentication →

Sync clients & CRM

Keep clients, contacts and address books aligned with your CRM using incremental sync. Client & CRM sync →

Take orders

Submit orders today via the SOAP StoreOrdersNormal call; REST order creation is on the way. Order intake →

Track & get paid

Follow order status with webhooks and reconcile invoices back to your accounting system. Order status →

Developers — manual REST

Copy-paste curl and JavaScript (fetch) examples for every step. Full request and response bodies, pagination and incremental sync, error handling. Start with Your first integration.

Low-code — n8n

Node-by-node walkthroughs plus importable workflow JSON for each guide. Store your API token in one credential and reuse the login node everywhere. See Using n8n with MendriX.