Fast & reliable
Queued dispatch with automatic retries — orders keep moving even when a provider is down.
Logistic API is the single REST surface between FLO's commerce systems and the logistics world — orders, shipments, tracking and returns, all handled through one contract and one asynchronous queue.
Platform
Every carrier and warehouse speaks its own protocol — Logistic API absorbs the difference.
Queued dispatch with automatic retries — orders keep moving even when a provider is down.
Per-client credentials, IP allow-lists and full audit logging on every request.
One JSON contract, in and out — plus a live Swagger console.
Per-integration queues spread peak load across independent workers.
How it works
The client call returns immediately; the heavy provider work happens asynchronously and reports back when it settles.
The client posts the order to /api/order/createOrder; credentials
and endpoint authorization are checked up front.
Payload is validated and the right warehouse and carrier integration is resolved from client configuration.
A task is written to the warehouse or shipment queue and dispatched to the matching provider worker.
Barcodes, status changes and return outcomes are pushed back to the client as soon as the provider confirms them.
Integrations
Carriers and warehouses are added behind the same interface — no client-side change is needed when a new provider goes live.























