# ReturnLineItemRemoveFromReturnInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a removing a return line item from a return.

### Access Scopes



## Fields
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The quantity of the associated return line item to be removed.
* [returnLineItemId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the return line item to remove.


## Input objects with this input object
* [returnLineItemRemoveFromReturn](/docs/api/admin/2025-01/mutations/returnLineItemRemoveFromReturn)


## Examples