Kilo Docs

Docs / Build with AI/ Store & checkout fulfillment

Store & checkout fulfillment

Updated Aug 9, 2026

Paste into your coding AI

Orders check out here. Riders dispatch on Kilo.

For shops and headless commerce: when an order is ready, create a fleet delivery, track it with webhooks, and keep fulfillment status in your app.

  • Order paid → create delivery (idempotent)
  • Warehouse or shop pickup mapping
  • Webhook-driven fulfillment updates
  • Fits custom carts, Instagram shop backends, etc.

Paste into your coding agent with the store repo open.

Best when: you have (or are building) a shop, headless cart, or Instagram/commerce backend — and after checkout you need local fleet delivery without building dispatch yourself.

Pattern: order becomes the source of truth → discover warehouses/capabilities → your backend creates a Kilo delivery (idempotent) → webhooks keep fulfillment status in sync.

Use the Copy prompt for AI card below. The agent should inspect your existing order/payment events and only add the Kilo pieces.