---
title: ExchangeV2Returns - GraphQL Admin
description: Return items associated to the exchange.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2Returns
  md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2Returns.md
---

# Exchange​V2Returns

object

Requires `read_orders` access scope. Also: You must have permissions for `orders` and `better_exchanges`.

Return items associated to the exchange.

## Fields

* line​Items

  [\[Exchange​V2Line​Item!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2LineItem)

  non-null

  The list of return items for the exchange.

* order​Discount​Amount​Set

  [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag)

  non-null

  The amount of the order-level discount for the items and shipping being returned, which doesn't contain any line item discounts.

* shipping​Refund​Amount​Set

  [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag)

  non-null

  The amount of money to be refunded for shipping.

* subtotal​Price​Set

  [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag)

  non-null

  The subtotal of the items being returned.

* tax​Lines

  [\[Tax​Line!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/TaxLine)

  non-null

  The summary of all taxes of the items being returned.

* tip​Refund​Amount​Set

  [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag)

  non-null

  The amount of money to be refunded for tip.

* total​Price​Set

  [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag)

  non-null

  The total value of the items being returned.

***

## Map

### Fields with this object

* [ExchangeV2.returns](https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2#field-ExchangeV2.fields.returns)