Anchor to returnReopenreturn
returnReopen
mutation
Requires access scope. Also: The user must have
permission.
Reopens a closed return.
Anchor to ReturnReopenPayload returnsReturnReopenPayload returns
- Anchor to returnreturn•
The reopened return.
- Anchor to userErrorsuser•
Errors [ReturnUser non-nullError!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation returnReopen($id: ID!) {2 returnReopen(id: $id) {3 return {4 # Return fields5 }6 userErrors {7 field8 message9 }10 }11}
Input
1{2 "id": "gid://shopify/<objectName>/10079785100"3}
{
"id": "gid://shopify/<objectName>/10079785100"
}