edi-214 · Capability
EDI 214 Transportation Carrier Shipment Status API
REST API interface for EDI X12 214 Transportation Carrier Shipment Status Message. The EDI 214 is an ANSI X12 standard used by transportation carriers to provide shippers, consignees, and agents with shipment status in terms of dates, times, locations, route, and conveyance. Key segments include B10 (tracking identifier), MS1 (current location), and AT7 (current status code). This API translates X12 214 segments into JSON for carrier status updates, delivery confirmations, and exception reporting. Based on the Stedi EDI platform which provides comprehensive X12 214 tooling.
What You Can Do
POST
Translateedi214
— Translate EDI 214 document to JSON
/edi/translate
POST
Generateedi214
— Generate EDI 214 document from JSON
/edi/generate
POST
Postshipmentstatus
— Submit a shipment status update
/shipments/{trackingNumber}/status
GET
Listtransactions
— List EDI 214 transactions
/transactions
GET
Gettransaction
— Get EDI 214 transaction details
/transactions/{transactionId}
MCP Tools
translateedi214
Translate EDI 214 document to JSON
generateedi214
Generate EDI 214 document from JSON
postshipmentstatus
Submit a shipment status update
listtransactions
List EDI 214 transactions
read-only
idempotent
gettransaction
Get EDI 214 transaction details
read-only
idempotent