# ReturnRefundLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a return refund line item. ### Access Scopes ## Fields * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the return line item to be refunded. * [returnLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the return line item to be refunded. ## Input objects with this input object * [Return](/docs/api/admin-graphql/2024-10/arguments/Return) * [ReturnRefundInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput) ## Examples