# ReturnRequestLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a return line item. ### Access Scopes ## Fields * [customerNote](/docs/api/admin-graphql/2024-10/scalars/String): String - A note from the customer that describes the item to be returned. For example, the note can communicate issues with the item to the merchant. Maximum length: 300 characters. * [fulfillmentLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the fulfillment line item to be returned. Specifically, this field expects a `FulfillmentLineItem.id`. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the item that's being returned. * [restockingFee](/docs/api/admin-graphql/2024-10/input-objects/RestockingFeeInput): RestockingFeeInput - The restocking fee to capture. * [returnReason](/docs/api/admin-graphql/2024-10/enums/ReturnReason): ReturnReason! - The reason why the line item is being returned. ## Input objects with this input object * [ReturnRequestInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnRequestInput) ## Examples