# CalculatedReturn - admin-graphql - OBJECT
Version: 2025-01

## Description
A calculated return.

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


## Fields
* [exchangeLineItems](/docs/api/admin-graphql/2025-01/objects/CalculatedExchangeLineItem): CalculatedExchangeLineItem! - A list of calculated exchange line items.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID.
* [returnLineItems](/docs/api/admin-graphql/2025-01/objects/CalculatedReturnLineItem): CalculatedReturnLineItem! - A list of calculated return line items.
* [returnShippingFee](/docs/api/admin-graphql/2025-01/objects/CalculatedReturnShippingFee): CalculatedReturnShippingFee - The calulated return shipping fee.

## Connections



## Related queries
* [returnCalculate](/docs/api/admin-graphql/2025-01/queries/returnCalculate) The calculated monetary value to be exchanged due to the return.

## Related mutations

## Related Unions

## Examples