Not a real shop — a practice environment for FlowRunner training
Flowland Seed Co. Practice shop

← Keep shopping

Checkout

Your flow decides the shipping.

This is the one page where an automation you built changes what a customer sees. Flowland asks your flow what shipping should cost, waits for the answer, and puts it on the bill. Then placing the order fires an order.created event at a second flow, the way a real shop tells the rest of its systems.

What you are buying

Change your mind here or in the cart — it is the same list. Prices are re-checked against the catalog when the order is placed.

  • Loading…

Shipping

Flowland POSTs the cart to your flow and waits up to 30 seconds for a reply. Answer with { "label", "amount_cents", "eta_days" } and that becomes the shipping line. Anything we cannot read is shown to you as it arrived. No answer falls back to the flat rate, so you are never locked out of your own checkout.

Place the order

Fire-and-forget. Flowland sends order.created and does not wait — whatever your flow answers is recorded in Activity but changes nothing here, which is how a real shop treats a subscriber.

No payment is taken. Nothing is stored.

Leave without ordering

A cart nobody checks out is worth an email. Choose how long to wait, then walk away — Flowland fires cart.abandoned when the timer runs out, carrying a recovery_url that puts the cart back.

The timer lives in this tab. Close it and nothing is sent, because Flowland keeps no state for this — which is also why the delays on offer are short.