AVAILABLE
Preflight Controls
Freight Invoice Control
Read-only freight-invoice preflight against customer-supplied shipment, quote, fuel, and accessorial policy data. It never connects to a carrier or TMS.
CONTRACT
Predictable for agents. Legible for reviewers.
- REST
POST /v1/freight/invoice-preflights- MCP tool
preflight_freight_invoice- Inputs
- Invoice, shipment and carrier references, quoted/invoiced linehaul and fuel amounts, delivery status, and accessorial policy.
- Returns
- CLEAR, REVIEW_REQUIRED, or BLOCKED with duplicate-shipment, delivery, rate, fuel, accessorial, and invoice-total evidence.
- Latency
- Synchronous
- Usage unit
- Preflight check
AGENT-READABLE EXCEPTIONS
FREIGHT_DUPLICATE_SHIPMENT_INVOICEFREIGHT_LINEHAUL_VARIANCEFREIGHT_FUEL_SURCHARGE_VARIANCEFREIGHT_ACCESSORIAL_NOT_ALLOWEDFREIGHT_INVOICE_TOTAL_MISMATCHEXAMPLE REQUEST
POST /v1/freight/invoice-preflights
Authorization: Bearer apc_...
Content-Type: application/json
{
"invoice": {
"vendor_name": "Northstar Freight",
"invoice_number": "FRT-1",
"currency": "USD",
"total": "80.00"
},
"shipment_reference": "PRO-100",
"carrier_scac": "ABCD",
"quoted_linehaul": "80.00",
"invoiced_linehaul": "80.00",
"shipment_delivered": true
}REPRESENTATIVE RESPONSE
{
"product": "Freight Invoice Control",
"status": "COMPLETED",
"decision": "CLEAR",
"exceptions": [],
"evidence": {
"shipment_reference": "PRO-100",
"carrier_scac": "ABCD"
},
"next_action": "Continue through the authorized freight-review workflow."
}Use Freight Invoice Control through RapidAPI.
Choose a capped marketplace plan, copy the generated request, and route the structured result through your own authorized workflow.