--- title: ExchangeLineItemRemoveFromReturnInput - GraphQL Admin description: The input fields for removing an exchange line item from a return. api_version: 2026-04 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ExchangeLineItemRemoveFromReturnInput md: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ExchangeLineItemRemoveFromReturnInput.md metadata: domain: admin --- # Exchange​Line​Item​Remove​From​Return​Input input\_object The input fields for removing an exchange line item from a return. ## Fields * exchange​Line​Item​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The ID of the exchange line item to remove. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The quantity of the associated exchange line item to be removed. *** ## Mutations using this input * [remove​From​Return.exchangeLineItems](https://shopify.dev/docs/api/admin-graphql/latest/mutations/removeFromReturn#arguments-exchangeLineItems) ARGUMENT *** ## Map ### Mutations using this input * [remove​From​Return.exchangeLineItems](https://shopify.dev/docs/api/admin-graphql/latest/mutations/removeFromReturn#arguments-exchangeLineItems)