--- title: orderRequestReturn - Customer API description: Request a new return on behalf of a customer. api_version: 2025-04 api_name: customer type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-04/mutations/orderrequestreturn md: https://shopify.dev/docs/api/customer/2025-04/mutations/orderrequestreturn.md --- # order​Request​Return mutation Request a new return on behalf of a customer. ## Arguments * order​Id [ID!](https://shopify.dev/docs/api/customer/2025-04/scalars/ID) required The ID of the order for which this return is being requested. * requested​Line​Items [\[Requested​Line​Item​Input!\]!](https://shopify.dev/docs/api/customer/2025-04/input-objects/RequestedLineItemInput) required The line items that are requested to be returned. *** ## Order​Request​Return​Payload returns * return [Return](https://shopify.dev/docs/api/customer/2025-04/objects/Return) The return request that has been made. * user​Errors [\[Return​User​Error!\]!](https://shopify.dev/docs/api/customer/2025-04/objects/ReturnUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### orderRequestReturn reference