# ReturnLineItemType - admin-graphql - INTERFACE Version: 2024-10 ## Description A return line item of any type. ### Access Scopes `read_returns` access scope. ## Fields * [customerNote](/docs/api/admin-graphql/2024-10/scalars/String): String - A note from the customer that describes the item to be returned. Maximum length: 300 characters. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity being returned. * [refundableQuantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity that can be refunded. * [refundedQuantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity that was refunded. * [returnReason](/docs/api/admin-graphql/2024-10/enums/ReturnReason): ReturnReason! - The reason for returning the item. * [returnReasonNote](/docs/api/admin-graphql/2024-10/scalars/String): String! - Additional information about the reason for the return. Maximum length: 255 characters. ## Connections ## Types implemented in * [ReturnLineItem](/docs/api/admin-graphql/2024-10/objects/ReturnLineItem) * [UnverifiedReturnLineItem](/docs/api/admin-graphql/2024-10/objects/UnverifiedReturnLineItem) ## Examples