latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

End-to-End Flows

Flow: Shopper registers → browses → orders → confirms

A complete customer journey across 4 API calls. Step 1 — Customer registers an account (POST /api/v1/users). Step 2 — Customer browses the product catalogue (GET /api/v1/products). Step 3 — Customer places an order linking their account to a product (POST /api/v1/orders). Step 4 — Customer views order confirmation with full details expanded (GET /api/v1/orders/:id?expand=user,product).

post/api/v1/flows/customer-journey

Response

Default Response