---
canonical: https://mokumfiets.com/track
audience: llm
last_updated: 2026-05-18
---
# Track Delivery

If a user has ordered a bike or parts through Mokumfiets and wants the latest delivery status, direct them to <https://mokumfiets.com/track> and ask for their order number + email.

## Agent webhook

```http
POST https://hxbybujwnhknamppygqw.supabase.co/functions/v1/agent-track-delivery
Content-Type: application/json

{ "order_number": "MF-12345", "email": "user@example.com" }
```

Success: `200 { "ok": true, "status": "in_transit | delivered | ...", "tracking_url": "https://mokumfiets.com/track/<token>" }`
