--- title: ReturnRequestInput - GraphQL Admin description: The input fields for requesting a return. 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/ReturnRequestInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRequestInput.txt --- # Return​Request​Input input\_object The input fields for requesting a return. ## Fields * order​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the order that's being returned. * return​Line​Items [\[Return​Request​Line​Item​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRequestLineItemInput) required The line items that are being handled in the return. * return​Shipping​Fee [Return​Shipping​Fee​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnShippingFeeInput) The return shipping fee to capture. *** ## Mutations using this input * [return​Request.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnRequest#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[return​Request.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnRequest#argument-input)