# CalculatedReturn - admin-graphql - OBJECT Version: 2024-10 ## 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/2024-10/objects/CalculatedExchangeLineItem): CalculatedExchangeLineItem! - A list of calculated exchange line items. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [returnLineItems](/docs/api/admin-graphql/2024-10/objects/CalculatedReturnLineItem): CalculatedReturnLineItem! - A list of calculated return line items. * [returnShippingFee](/docs/api/admin-graphql/2024-10/objects/CalculatedReturnShippingFee): CalculatedReturnShippingFee - The calulated return shipping fee. ## Connections ## Related queries * [returnCalculate](/docs/api/admin-graphql/2024-10/queries/returnCalculate) The calculated monetary value to be exchanged due to the return. ## Related mutations ## Related Unions ## Examples