# CalculatedReturnLineItem - admin - OBJECT
Version: unstable

## Description
A calculated return line item.

### Access Scopes
`read_returns` access scope or `read_marketplace_returns` access scope. Also: The shop must have access to exchanges.


## Fields
* [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.
* [restockingFee](/docs/api/admin/unstable/objects/CalculatedRestockingFee): CalculatedRestockingFee - The restocking fee of the return line item.
* [subtotalBeforeOrderDiscountsSet](/docs/api/admin/unstable/objects/MoneyBag): MoneyBag! - The subtotal of the return line item before order discounts.
* [subtotalSet](/docs/api/admin/unstable/objects/MoneyBag): MoneyBag! - The subtotal of the return line item.
* [totalTaxSet](/docs/api/admin/unstable/objects/MoneyBag): MoneyBag! - The total tax of the return line item.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples