--- title: ExchangeLineItem - GraphQL Admin description: An item for exchange. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ExchangeLineItem' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ExchangeLineItem.txt --- # Exchange​Line​Item object Requires `read_returns` access scope. An item for exchange. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null A globally-unique ID. * line​Item [Line​Item](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItem) Deprecated *** ## Map ### Fields and connections with this object * <->[ExchangeLineItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/ExchangeLineItemConnection#field-nodes) * {}[ExchangeLineItemEdge.node](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ExchangeLineItemEdge#field-node) * {}[Return.exchangeLineItems](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Return#field-exchangeLineItems) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node) interface *** ## ||-ExchangeLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node)