---
title: "Flow: Create user → product → order"
method: POST
path: "/api/v1/flows/order-placement"
tags: ["End-to-End Flows"]
---

# Flow: Create user → product → order

`POST /api/v1/flows/order-placement`

Runs the full order placement flow in one call.
Step 1 — POST /api/v1/users — creates a demo customer.
Step 2 — POST /api/v1/products — creates a demo product.
Step 3 — POST /api/v1/orders — places an order linking the user and product by ID.
Returns all three records plus a tip to expand the order.

## Response `200`

Default Response

---

[API](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox.md) · [All operations](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalshiftleft/api-learning-sandbox/revisions/3b3179c504b0/schema)
