Requires write_returns access scope. Also: The user must have return_orders permission.

Reopens a closed return.


Anchor to id
id
required

The ID of the return to reopen.


Was this section helpful?

The reopened return.

The list of errors that occurred from executing the mutation.


Was this section helpful?
Hide code
Mutation reference
Copy
mutation returnReopen($id: ID!) {
  returnReopen(id: $id) {
    return {
      # Return fields
    }
    userErrors {
      field
      message
    }
  }
}
Hide code
Input
Copy
{
  "id": "gid://shopify/<objectName>/10079785100"
}