--- title: ReturnApproveRequestInput - GraphQL Admin description: The input fields for approving a customer's return request. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnApproveRequestInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnApproveRequestInput.txt --- # 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/2024-10/scalars/ID) non-null The ID of the return that's being approved. * notify​Customer [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/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. *** ## Mutations using this input * [return​Approve​Request.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnApproveRequest#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[return​Approve​Request.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnApproveRequest#argument-input)