Order Status Room
Where's my order?
Check buyer-safe order progress any time — payment, intake, and delivery stage in one view. Just your order reference and the contact you used at checkout. No login, no waiting on replies.
- Order
- Pay
- Confirm
- Intake
- Track
For operators — status API & tests
POST /api/order-status
{
"orderId": "TJ-ORDER-001",
"contact": "buyer@example.test"
}
Local checks: npm run status:test · wrong-contact lookups are rejected; responses are redacted by design.