--- title: RemoveFromReturnPayload - GraphQL Admin description: Return type for `removeFromReturn` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/RemoveFromReturnPayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/RemoveFromReturnPayload.md --- # Remove​From​Return​Payload payload Return type for `removeFromReturn` mutation. ## Fields * return [Return](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Return) The modified return. * user​Errors [\[Return​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ReturnUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [remove​From​Return](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/removeFromReturn) mutation Removes return and/or exchange lines from a return. * return​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the return for line item removal. * return​Line​Items [\[Return​Line​Item​Remove​From​Return​Input!\]](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ReturnLineItemRemoveFromReturnInput) The return line items to remove from the return. * exchange​Line​Items [\[Exchange​Line​Item​Remove​From​Return​Input!\]](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ExchangeLineItemRemoveFromReturnInput) The exchange line items to remove from the return. *** *** ## Map ### Mutations with this payload * [remove​From​Return](https://shopify.dev/docs/api/admin-graphql/unstable/types/removeFromReturn)