---
title: TransactionConnection - Partner API
description: The connection type for Transaction.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/partner/latest/connections/transactionconnection
  md: https://shopify.dev/docs/api/partner/latest/connections/transactionconnection.md
---

# Transaction​Connection

connection

The connection type for Transaction.

## Queries with this connection

* [transactions](https://shopify.dev/docs/api/partner/latest/queries/transactions)

  query

  A list of the Partner organization's [transactions](https://help.shopify.com/partners/getting-started/getting-paid).

  * after

    [String](https://shopify.dev/docs/api/partner/latest/scalars/String)

    ### Arguments

    Returns the elements in the list that come after the specified cursor.

  * app​Id

    [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID)

    Returns transactions associated with the specified app ID.

  * before

    [String](https://shopify.dev/docs/api/partner/latest/scalars/String)

    Returns the elements in the list that come before the specified cursor.

  * created​At​Max

    [Date​Time](https://shopify.dev/docs/api/partner/latest/scalars/DateTime)

    Returns transactions that were created on or before the specified date and time.

  * created​At​Min

    [Date​Time](https://shopify.dev/docs/api/partner/latest/scalars/DateTime)

    Returns transactions that were created on or after the specified date and time.

  * first

    [Int](https://shopify.dev/docs/api/partner/latest/scalars/Int)

    Returns the first *n* elements from the list.

  * last

    [Int](https://shopify.dev/docs/api/partner/latest/scalars/Int)

    Returns the last *n* elements from the list.

  * myshopify​Domain

    [String](https://shopify.dev/docs/api/partner/latest/scalars/String)

    Returns transactions associated with the specified `.myshopify.com` shop domain. Example value: `example.myshopify.com`.

  * shop​Id

    [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID)

    Returns transactions associated with the specified shop ID.

  * types

    [\[Transaction​Type!\]](https://shopify.dev/docs/api/partner/latest/enums/TransactionType)

    Returns transactions of the specified types.

  ***

***

## Possible returns

* edges

  [\[Transaction​Edge!\]!](https://shopify.dev/docs/api/partner/latest/objects/TransactionEdge)

  non-null

  A list of edges.

* page​Info

  [Page​Info!](https://shopify.dev/docs/api/partner/latest/objects/PageInfo)

  non-null

  Information about pagination in a connection.

***

## Map

### Queries with this connection

* [transactions](https://shopify.dev/docs/api/partner/latest/queries/transactions)

### Possible returns

* [Transaction​Connection.edges](https://shopify.dev/docs/api/partner/latest/connections/TransactionConnection#returns-edges)
* [Transaction​Connection.pageInfo](https://shopify.dev/docs/api/partner/latest/connections/TransactionConnection#returns-pageInfo)