---
title: CalculatedReturnLineItemConnection - Customer API
description: >-
  An auto-generated type for paginating through multiple
  CalculatedReturnLineItems.
api_version: 2025-04
api_name: customer
type: connection
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-04/connections/CalculatedReturnLineItemConnection
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/connections/CalculatedReturnLineItemConnection.md
---

# Calculated​Return​Line​Item​Connection

connection

An auto-generated type for paginating through multiple CalculatedReturnLineItems.

## Fields with this connection

* [Calculated​Return.returnLineItems](https://shopify.dev/docs/api/customer/2025-04/objects/CalculatedReturn#field-CalculatedReturn.fields.returnLineItems)

  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.

***

## Possible returns

* edges

  [\[Calculated​Return​Line​Item​Edge!\]!](https://shopify.dev/docs/api/customer/2025-04/objects/CalculatedReturnLineItemEdge)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

* nodes

  [\[Calculated​Return​Line​Item!\]!](https://shopify.dev/docs/api/customer/2025-04/objects/CalculatedReturnLineItem)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  A list of nodes that are contained in CalculatedReturnLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

* page​Info

  [Page​Info!](https://shopify.dev/docs/api/customer/2025-04/objects/PageInfo)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.

***

## Map

### Fields with this connection

* [Calculated​Return.returnLineItems](https://shopify.dev/docs/api/customer/2025-04/objects/CalculatedReturn#field-CalculatedReturn.fields.returnLineItems)

### Possible returns

* [Calculated​Return​Line​Item​Connection.edges](https://shopify.dev/docs/api/customer/2025-04/connections/CalculatedReturnLineItemConnection#returns-edges)
* [Calculated​Return​Line​Item​Connection.nodes](https://shopify.dev/docs/api/customer/2025-04/connections/CalculatedReturnLineItemConnection#returns-nodes)
* [Calculated​Return​Line​Item​Connection.pageInfo](https://shopify.dev/docs/api/customer/2025-04/connections/CalculatedReturnLineItemConnection#returns-pageInfo)
