--- title: ReturnApproveRequestInput - GraphQL Admin description: The input fields for approving a customer's return request. api_version: 2025-01 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/returnapproverequestinput md: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/returnapproverequestinput.md --- # Return​Approve​Request​Input input\_object The input fields for approving a customer's return request. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null The ID of the return that's being approved. * notify​Customer [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) Default:false Notify the customer when a return request is approved. The customer will only receive a notification if `Order.email` is present. *** ## Map No referencing types