# returnCreate - admin-graphql - MUTATION Version: 2024-07 ## Description Creates a return. ### Access Scopes `write_orders` access scope or `write_marketplace_orders` access scope. Also: Requires the `write_returns` access scope. The user must have acess to return orders. ## Arguments * [returnInput](/docs/api/admin-graphql/2024-07/input-objects/ReturnInput): ReturnInput! - Specifies the input fields for a return. ## Returns * [return](/docs/api/admin-graphql/2024-07/objects/Return): Return The created return. * [userErrors](/docs/api/admin-graphql/2024-07/objects/ReturnUserError): ReturnUserError! The list of errors that occurred from executing the mutation. ## Examples