# ReturnLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a return line item. ### Access Scopes ## Fields * [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 to be 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 for the item to be returned. * [returnReasonNote](/docs/api/admin-graphql/2024-10/scalars/String): String - A note about the reason that the item is being returned. Maximum length: 255 characters. ## Input objects with this input object * [ReturnInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnInput) ## Examples