# CalculatedReturn - customer - OBJECT
Version: unstable

## Description
The calculated financial outcome of a return based on the line items requested for return.Includes the monetary values of the line items, along with applicable taxes, discounts, and otherfees on the order. Financial summary may include return fees depending onthe [return rules](https://help.shopify.com/manual/fulfillment/managing-orders/returns/return-rules)at the time the order was placed.

### Access Scopes



## Fields
* [financialSummary](/docs/api/customer/unstable/objects/ReturnFinancialSummary): ReturnFinancialSummary! - A breakdown of the monetary values for the calculated return.

## Connections
* [returnLineItems](/docs/api/customer/unstable/connections/CalculatedReturnLineItemConnection): CalculatedReturnLineItemConnection!



## Related queries
* [returnCalculate](/docs/api/customer/unstable/queries/returnCalculate) The calculated monetary value of the return.

## Related mutations

## Related Unions

## Examples