Skip to content

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

EndpointMethod
/api/admin/rma/requests/{id}/reopenPOST

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.

Released under the MIT License.