# ReturnLineItem - admin - OBJECT
Version: unstable

## Description
A return line item.

### Access Scopes
`read_returns` access scope.


## Fields
* [customerNote](/docs/api/admin/unstable/scalars/String): String - A note from the customer that describes the item to be returned. Maximum length: 300 characters.
* [fulfillmentLineItem](/docs/api/admin/unstable/objects/FulfillmentLineItem): FulfillmentLineItem! - The fulfillment line item from which items are returned.
* [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID.
* [quantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity being returned.
* [refundableQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity that can be refunded.
* [refundedQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity that was refunded.
* [restockingFee](/docs/api/admin/unstable/objects/RestockingFee): RestockingFee - The restocking fee for the return line item.
* [returnReason](/docs/api/admin/unstable/enums/ReturnReason): ReturnReason! - The reason for returning the item.
* [returnReasonNote](/docs/api/admin/unstable/scalars/String): String! - Additional information about the reason for the return. Maximum length: 255 characters.
* [totalWeight](/docs/api/admin/unstable/objects/Weight): Weight - The total weight of the item.
* [withCodeDiscountedTotalPriceSet](/docs/api/admin/unstable/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