EDI for the API era.
Onboard trading partners, translate every standard, route over every protocol, and integrate with your ERP, WMS and CRM — from one workspace, or from your code.
No credit card · X12 850/810/856/855 and EDIFACT ORDERS/INVOIC out of the box
curl https://ediflux.app/api/public/edi/translate \ -H "Authorization: Bearer edi_live_••••" \ -d 'ISA*00*..*ZZ*SENDERID..*ZZ*RECEIVERID..*P*:~GS*PO..~ST*850*0001~BEG*00*SA*PO998877..'
Platform
Everything an EDI stack needs, nothing it doesn't.
From translation to transport to integration — EDIFlux gives operations teams and developers the same view of every document.
Standards-aware translation
Parse and generate ANSI X12, UN/EDIFACT and TRADACOMS with envelopes, segments, elements and components handled correctly.
Visual data mapping
Align fields between your internal systems and trading partner specs. Reusable rules per partner, per document.
Any protocol, one inbox
Send and receive over AS2, SFTP, VAN or HTTPS. Inbound and outbound documents in a single timeline.
Audit-ready envelopes
Every interchange carries sender, receiver, control numbers and timestamps. Full history, replayable.
REST API + webhooks
Drop EDI into your stack with a typed REST API and webhooks for translated documents.
ERP / WMS / CRM ready
Push parsed documents directly into NetSuite, SAP, Dynamics, Shopify, custom systems — anywhere a webhook can land.
Standards
Three standards. One language for your software.
EDIFlux normalizes ANSI X12, UN/EDIFACT and TRADACOMS into a clean JSON model so your downstream systems only ever speak one shape.
| Standard | Region | Example docs |
|---|---|---|
| ANSI X12 | North America | 850, 810, 856, 855 |
| UN/EDIFACT | Global / EU | ORDERS, INVOIC, DESADV |
| TRADACOMS | United Kingdom | ORDHDR, INVFIL |
Communication
Every protocol your partners use.
Pick the transport that fits each partner. EDIFlux handles the handshake, signatures and acknowledgments so you don't have to.
AS2
Secure HTTP-based EDI, popularized by Walmart. Unlimited file sizes, MDN receipts.
SFTP / FTP
Encrypted file transfer for high-volume batch flows. Cost-effective and reliable.
VAN
Value-Added Networks bridge partners on different protocols. Per-transaction billing.
REST API
Modern API-based EDI. Translate, send and receive over HTTPS from your code.
API-based EDI
An EDI endpoint your developers will actually use.
Issue API keys per environment. Translate any X12 or EDIFACT payload into clean JSON. Receive webhooks when partners send you something.
Read the API referencefetch('/api/public/edi/translate', {
method: 'POST',
headers: { Authorization: 'Bearer edi_live_••••' },
body: ediPayload,
}).then(r => r.json())Replace the EDI box. Keep the partners.
Start translating documents in minutes. Connect AS2 and SFTP whenever you're ready.