Why EDI still matters
EDI moves trillions of dollars of commerce every year. Retail, manufacturing, healthcare, logistics, automotive and grocery all run on it. The reason is simple: when two companies exchange thousands of purchase orders, invoices and shipment notices a day, they cannot rely on humans copying fields between systems.
EDI replaces that human step. A purchase order leaves the buyer's ERP, travels over a secure channel, and lands directly inside the supplier's order management system — without anyone typing it in.
The three building blocks
- A standard that defines the shape of each document (ANSI X12, EDIFACT, TRADACOMS).
- A translator that converts your internal data into that shape and back.
- A communication channel that delivers the document (AS2, SFTP, VAN, API).
What an EDI document looks like
An EDI purchase order is not JSON or XML — it is a compact, character-delimited string of segments. Here is the first few lines of a real ANSI X12 850 purchase order:
ISA*00* *00* *ZZ*SENDERID *ZZ*RECEIVERID *240611*1453*U*00401*000000001*0*P*:~
GS*PO*SENDERID*RECEIVERID*20240611*1453*1*X*004010~
ST*850*0001~
BEG*00*SA*PO998877**20240611~
PO1*1*120*EA*9.25**BP*ABC123~Each line is a segment. ISA and GS are envelope segments that identify sender and receiver. ST opens the actual purchase order. BEG carries the PO number and date. PO1 is a line item.
What's next
The rest of the Learning Center walks through each of the building blocks: standards, translators, communication protocols, data mapping, envelopes, and integrations with the systems you already run.