Compliance and Cross-Border Operations
Customs and Import/Export Documentation
Cross-border shipments require documentation workflows that are accurate and complete before goods reach the border, not after. Commercial invoices, packing lists, certificates of origin, and import/export declarations must be generated from the freight order data and validated against commodity classifications before submission to customs authorities or a customs broker.
For high-volume importers and exporters, document generation should be automated from the freight order: populating the commercial invoice from order line items, generating the packing list from warehouse confirmation data, and triggering customs declaration filing via API to a licensed customs broker or directly to customs authority systems where API access is available (HMRC CDS in the UK, ACE in the US). Errors caught at document generation are cheaper than shipments held at the border.
Dangerous Goods and Hazmat
Dangerous goods shipments require classification (UN number, hazard class, packing group), correct documentation (dangerous goods declaration, MSDS, emergency contact), and carrier and route eligibility checks before booking. The platform must prevent dangerous goods from being routed via carriers, modes, or routes that are not certified to carry them. Commodity configuration must be maintained by operations staff with compliance sign-off, not hardcoded in application logic.
Sanctions and Restricted Party Screening
Freight platforms moving goods internationally must screen counterparties (shipper, consignee, notify party, carrier) against sanctions lists: OFAC SDN, EU sanctions, UK OFSI, and UN consolidated list. Screening must happen at order creation and again before dispatch. Hits must be escalated to compliance for manual review before the shipment is released. The screening integration must be able to process name variants, transliterations, and partial matches without generating unmanageable false positive volumes.
Driver Hours and Transport Compliance
In the EU, EEA, and UK, road transport operators must comply with EC 561/2006 driving hours regulations. In the US, FMCSA Hours of Service rules govern commercial vehicle drivers. Driver hours data from ELD or tachograph systems must be accessible to dispatch tooling so that route assignments respect remaining drive time. Violations at the roadside or during audit are the operator's liability, so the platform must surface hours constraints as a hard constraint in route assignment, not a post-hoc warning.