Local assessment
The browser tools on this site; no authority connectivity.
The intended API accepts a controlled shipment record and scoped context, then returns rule results with ownership and evidence. Exact interfaces are defined and tested per pilot.
POST /v1/preflight
{
"profile": "efti-eu",
"shipment": {},
"context": {
"origin_country": "PL",
"destination_country": "DE",
"mode": "road"
}
}{
"status": "blocked",
"profile_version": "example-version",
"issues": [{
"field": "consignee.identifier",
"reason": "missing",
"owner": "erp"
}],
"evidence": []
}The browser tools on this site; no authority connectivity.
Canonical mapping, validation fixtures and evidence in a defined customer project; availability is negotiated.
Live Gate, provider submission and certified platform claims require specific interfaces, agreements and testing.
Map the data, name the owner, define the evidence and decide what to test before implementation.