returnReopen - admin-graphql - MUTATION
Version: 2024-10
Description:
Reopens a closed return.
Access Scopes
`write_returns` access scope. Also: The user must have `return_orders` permission.
Arguments
-
id:
ID! -
The ID of the return to reopen.
Returns
-
return:
Return
The reopened return.
-
userErrors:
ReturnUserError!
The list of errors that occurred from executing the mutation.
Examples