# returnClose - admin - MUTATION Version: 2024-04 ## 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](/docs/api/admin/2024-04/scalars/ID): ID! - The ID of the return to close. ## Returns * [return](/docs/api/admin/2024-04/objects/Return): Return The closed return. * [userErrors](/docs/api/admin/2024-04/objects/ReturnUserError): ReturnUserError! The list of errors that occurred from executing the mutation. ## Examples