# ReturnLineItem - admin-graphql - OBJECT Version: 2024-10 ## Description A return line item. ### 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. * [fulfillmentLineItem](/docs/api/admin-graphql/2024-10/objects/FulfillmentLineItem): FulfillmentLineItem! - The fulfillment line item from which items are returned. * [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. * [restockingFee](/docs/api/admin-graphql/2024-10/objects/RestockingFee): RestockingFee - The restocking fee for the return line item. * [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. * [totalWeight](/docs/api/admin-graphql/2024-10/objects/Weight): Weight - The total weight of the item. * [withCodeDiscountedTotalPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total line price after all discounts on the line item, including both line item level discounts and code-based line item discounts, are applied. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples