Skip to content

Reopen Return (GraphQL)

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 mutation returns an error in errors[].

Input

FieldTypeRequiredDescription
idIDyesThe return IRI (/api/admin/rma/requests/{id}).

TIP

See the Returns overview for the status workflow.

Permission: sales.rma.requests.

All admin operations require an admin Bearer token — see Authentication.

Released under the MIT License.