# RequestedLineItemInput - customer - INPUT_OBJECT Version: unstable ## Description The input fields for a line item requested for return. ### Access Scopes ## Fields * [customerNote](/docs/api/customer/unstable/scalars/String): String - A note from the customer explaining the item to be returned. For instance, the note can detail issues with the item for the merchant's information. Maximum length: 300 characters. * [lineItemId](/docs/api/customer/unstable/scalars/ID): ID! - The ID of the line item that the customer wants to return. * [quantity](/docs/api/customer/unstable/scalars/Int): Int! - The quantity of the line item that the customer wants to return. * [returnReason](/docs/api/customer/unstable/enums/ReturnReason): ReturnReason! - The reason for returning the item. ## Input objects with this input object * [orderRequestReturn](/docs/api/customer/unstable/mutations/orderRequestReturn) ## Examples