# ReturnLineItemRemoveFromReturnInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a removing a return line item from a return. ### Access Scopes ## Fields * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the associated return line item to be removed. * [returnLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the return line item to remove. ## Input objects with this input object * [returnLineItemRemoveFromReturn](/docs/api/admin-graphql/2024-10/mutations/returnLineItemRemoveFromReturn) ## Examples