Reopen Return
Reopens a declined or canceled RMA request back to Pending. The canReopen flag on the request detail tells you whether reopening is currently possible; when store settings disallow it the endpoint returns 422.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/rma/requests/{id}/reopen | POST |
The body is empty ({}).
Permission
sales.rma.requests
TIP
See the Returns overview for the status workflow.
All admin endpoints require an admin Bearer token — see Authentication.

