The logistics intelligence
behind every checkout.
Flowprint plugs into your checkout in minutes. Our API analyzes orders, routes, and customer behavior to surface three carbon-smart shipping incentives — in real time.

/ AT CHECKOUT
Three options. Optimized per order.
For every cart, Flowprint runs a logistics simulation against your shipping providers' live rates and capacity — then prices three incentives that nudge customers toward the lowest-emission, lowest-cost route for their specific delivery.
- ◆Pulled from order origin, destination, weight & timing
- ◆Modeled against consolidation windows & route capacity
- ◆Priced by an ML layer trained on your conversion data
/ THE PLATFORM
A four-layer engine running quietly behind your store.
Logistics optimization
Pull origin, destination, weight, timing and model thousands of routing & consolidation scenarios to find the lowest-emission path.
Carrier rate engine
Live integrations with Shopify Shipping, ShipStation, EasyPost, DHL, UPS and more — real rates and real capacity, every cart.
Carbon ledger
Per-order emissions tracked by distance, mode and packaging. Auditable reports and a customer-facing carbon receipt.
ML incentive layer
Learns which incentive percentages convert customers to slower shipping and how that flows into your total CO₂ and margin.
/ OPEN API
One endpoint. Three incentives. Zero ops work.
Drop the Flowprint plugin into Shopify or WooCommerce, or call our REST API directly from any custom checkout. We handle optimization, carrier integrations, carbon math, and reporting.
curl https://api.flowprint.io/v1/checkout/incentives \
-H "Authorization: Bearer $FLOWPRINT_KEY" \
-d '{
"cart_id": "c_8821",
"destination": { "zip": "94110", "country": "US" },
"items": [{ "sku": "TEE-01", "qty": 2, "weight_g": 320 }]
}'
// → 200 OK
{
"options": [
{ "id": "standard", "days": "2-3", "co2_kg": 1.4, "discount": 0 },
{ "id": "eco", "days": "4-5", "co2_kg": 0.3, "discount": 4.00 },
{ "id": "neutral", "days": "6-8", "co2_kg": 0.0, "perks": ["loyalty_50"] }
]
}Average emissions reduction per shipped order
Lift in customers selecting slower delivery
Median plugin install to live incentives