TJ AI Commerce Buyer-safe

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.

  1. Order
  2. Pay
  3. Confirm
  4. Intake
  5. Track

Private lookup

Find your order

Use the exact order reference and the same contact you gave at checkout, payment confirmation, or intake.

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.