returnClose - admin-graphql - MUTATION
Version: 2024-10
Description:
Indicates a return is complete, either when a refund has been made and items restocked,
or simply when it has been marked as returned in the system.
Access Scopes
`write_returns` access scope. Also: The user must have `return_orders` permission.
Arguments
-
id:
ID! -
The ID of the return to close.
Returns
-
return:
Return
The closed return.
-
userErrors:
ReturnUserError!
The list of errors that occurred from executing the mutation.
Examples