--- title: ReturnRequestInput - GraphQL Admin description: The input fields for requesting a return. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ReturnRequestInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ReturnRequestInput.md --- # Return​Request​Input input\_object The input fields for requesting a return. ## Fields * order​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/input-objects/ReturnShippingFeeInput) The return shipping fee to capture. *** ## Map No referencing types