Don't get stuck delivering to a mailbox service. Verify recipient addresses against known freight forwarder locations in seconds.
It only takes a moment to protect your shipment.
Enter the shipping address from your order — a street, suite, or full formatted address.
Your address is matched against our database of known freight forwarder and mailbox service addresses.
Immediately see whether the address is flagged as a freight forwarder — no ambiguity, no guessing.
If you ship products, freight forwarders are a risk you can't ignore.
Shopify, WooCommerce, and BigCommerce merchants who want to stop losing money on fraudulent shipments to reshippers.
Fulfillment by Amazon sellers who ship inventory and need to prevent it from being rerouted through forwarders to unauthorized markets.
Recurring shipments to forwarder addresses mean compounding losses. Catch bad addresses before the first box goes out.
Anyone shipping electronics, designer goods, or other premium items where a single fraudulent shipment can erase your margin.
All tiers use the same detection database. Enterprise accounts require custom terms for liability coverage.
No credit card required
Custom terms & SLA
All tiers use the same detection database. Enterprise tier requires contact for custom terms and liability coverage.
Integrate freight forwarder detection directly into your checkout flow or order pipeline.
Send a POST request with the address to check:
curl -X POST https://ffwarn.com/api/v1/address/check \ -H "Content-Type: application/json" \ -d '{"street": "123 Main St, City, ST"}'
Response:
{
"data": {
"is_forwarder": false,
"confidence": null,
"match_strategy": null,
"forwarders": []
}
}
Quick answers to common questions about freight forwarder detection.