--- title: CalculatedReturn - Customer API 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. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturn' md: 'https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturn.md' --- # Calculated​Return object 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. ## Fields * financial​Summary [Return​Financial​Summary!](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary) non-null A breakdown of the monetary values for the calculated return. * return​Line​Items [Calculated​Return​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CalculatedReturnLineItemConnection) non-null A list of line items being processed for a return. *** ## Map No referencing types *** ## Queries * [return​Calculate](https://shopify.dev/docs/api/customer/latest/queries/returnCalculate) query The calculated monetary value of the return. *** ## \CalculatedReturn Queries ### Queried by * \[return​Calculate](https://shopify.dev/docs/api/customer/latest/queries/returnCalculate)