Transmission
The Transmission entity tracks inbound and outbound message exchanges (EDI, API calls, webhooks, emails, etc.) associated with orders. It provides a complete audit trail of all communication events, including retry logic, error tracking, and payload references.
Transmissions are linked to orders through the OrderTransmission join entity, supporting a many-to-many relationship — a single transmission can span multiple orders, and each order can have many transmissions.