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
mutation returnReopen($id: ID!) {
returnReopen(id: $id) {
return {
# Return fields
}
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}