---
title: ExchangeV2LineItem - GraphQL Admin
description: Contains information about an item in the exchange.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2LineItem
  md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2LineItem.md
---

# Exchange​V2Line​Item

object

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

Contains information about an item in the exchange.

## Fields

* custom​Attributes

  [\[Attribute!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Attribute)

  non-null

  A list of attributes that represent custom features or special requests.

* discounted​Total​Set

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

  non-null

  The total line price, in shop and presentment currencies, after discounts are applied.

* discounted​Unit​Price​Set

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

  non-null

  The price, in shop and presentment currencies, of a single variant unit after line item discounts are applied.

* fulfillment​Service

  [Fulfillment​Service](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentService)

  Name of the service provider who fulfilled the order.

  Valid values are either **manual** or the name of the provider. For example, **amazon**, **shipwire**.

  Deleted fulfillment services will return null.

* gift​Card

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  non-null

  Indiciates if this line item is a gift card.

* gift​Cards

  [\[Gift​Card!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCard)

  non-null

  The gift cards associated with the line item.

* is​Gift​Card

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  non-null

  Whether the line item represents the purchase of a gift card.

* line​Item

  [Line​Item](https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem)

  The line item associated with this object.

* name

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  The name of the product.

* original​Total​Set

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

  non-null

  The total price, in shop and presentment currencies, before discounts are applied.

* original​Unit​Price​Set

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

  non-null

  The price, in shop and presentment currencies, of a single variant unit before line item discounts are applied.

* quantity

  [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)

  non-null

  The number of products that were purchased.

* requires​Shipping

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  non-null

  Whether physical shipping is required for the variant.

* sku

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The SKU number of the product variant.

* taxable

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  non-null

  Whether the variant is taxable.

* tax​Lines

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

  non-null

  The TaxLine object connected to this line item.

* title

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  The title of the product or variant. This field only applies to custom line items.

* variant

  [Product​Variant](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant)

  The product variant of the line item.

* variant​Title

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The name of the variant.

* vendor

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The name of the vendor who created the product variant.

***

## Map

### Fields with this object

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