E160: Reactivate order channel
POST /api/order-channels/:id/reactivate
Restores a previously archived order channel. Triggered from Settings → Order channels.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Admin.
Request
No body.
Response — 200 OK
{ "channel": OrderChannel }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such order channel. |
| 409 | invalid_transition | Order channel is already active. |