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

# Exchange​V2Additions

object

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

New 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 new items for the exchange.

* subtotal​Price​Set

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

  non-null

  The subtotal of the items being added, including discounts.

* 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 added.

* total​Price​Set

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

  non-null

  The total price of the items being added, including discounts and taxes.

***

## Map

### Fields with this object

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