Live for Shopify, WooCommerce & custom checkouts

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.

Flowprint network visualization

/ 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
Choose your deliveryflowprint.live
Standard
2–3 days1.4 kg CO₂
Eco ConsolidatedRecommended
4–5 days0.3 kg CO₂
−$4.00
Carbon Neutral+
6–8 days0.0 kg CO₂
Free + 50pts

/ THE PLATFORM

A four-layer engine running quietly behind your store.

01

Logistics optimization

Pull origin, destination, weight, timing and model thousands of routing & consolidation scenarios to find the lowest-emission path.

02

Carrier rate engine

Live integrations with Shopify Shipping, ShipStation, EasyPost, DHL, UPS and more — real rates and real capacity, every cart.

03

Carbon ledger

Per-order emissions tracked by distance, mode and packaging. Auditable reports and a customer-facing carbon receipt.

04

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.

POST /v1/checkout/incentives
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"] }
  ]
}
−62%

Average emissions reduction per shipped order

11%

Lift in customers selecting slower delivery

8 min

Median plugin install to live incentives