---
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-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/objects/CalculatedReturn'
  md: 'https://shopify.dev/docs/api/customer/2025-07/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/2025-07/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/2025-07/connections/CalculatedReturnLineItemConnection)

  non-null

  A list of line items being processed for a return.

  * first

    [Int](https://shopify.dev/docs/api/customer/2025-07/scalars/Int)

    ### Arguments

    The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * after

    [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

    The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * last

    [Int](https://shopify.dev/docs/api/customer/2025-07/scalars/Int)

    The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * before

    [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

    The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * reverse

    [Boolean](https://shopify.dev/docs/api/customer/2025-07/scalars/Boolean)

    Default:false

    Reverse the order of the underlying list.

  ***

***

## Map

No referencing types

***

## Queries

* [return​Calculate](https://shopify.dev/docs/api/customer/2025-07/queries/returnCalculate)

  query

  The calculated monetary value of the return.

  * input

    [Calculate​Return​Input!](https://shopify.dev/docs/api/customer/2025-07/input-objects/CalculateReturnInput)

    required

    ### Arguments

    The input fields for calculating a return.

  ***

***

## CalculatedReturn Queries

### Queried by

* [return​Calculate](https://shopify.dev/docs/api/customer/2025-07/queries/returnCalculate)
