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