# orderRequestReturn - customer - MUTATION Version: unstable ## Description Request a new return on behalf of a customer. ### Access Scopes ## Arguments * [orderId](/docs/api/customer/unstable/scalars/ID): ID! - The ID of the order for which this return is being requested. * [requestedLineItems](/docs/api/customer/unstable/input-objects/RequestedLineItemInput): RequestedLineItemInput! - The line items that are requested to be returned. ## Returns * [return](/docs/api/customer/unstable/objects/Return): Return The return request that has been made. * [userErrors](/docs/api/customer/unstable/objects/ReturnUserError): ReturnUserError! The list of errors that occurred from executing the mutation. ## Examples