--- title: ReturnInput - GraphQL Admin description: The input fields for 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/ReturnInput' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnInput.txt --- # Return​Input input\_object The input fields for a return. ## Fields * exchange​Line​Items [\[Exchange​Line​Item​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemInput) The new line items to be added to the order. * order​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the order to be returned. * requested​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/DateTime) The UTC date and time when the return was first solicited by the customer. * return​Line​Items [\[Return​Line​Item​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnLineItemInput) required The return line items list to be handled. * 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. * notify​Customer [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) DeprecatedDefault:false *** ## Mutations using this input * [return​Create.​return​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnCreate#argument-returnInput) MUTATION *** ## Map ### Mutations using this input * <\~>[return​Create.returnInput](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/returnCreate#argument-returnInput)