# transactions - partner - QUERY
Version: 2025-04

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

### Access Scopes



## Arguments
* [after](/docs/api/partner/2025-04/scalars/String): String - Returns the elements in the list that come after the specified cursor.
* [appId](/docs/api/partner/2025-04/scalars/ID): ID - Returns transactions associated with the specified app ID.
* [before](/docs/api/partner/2025-04/scalars/String): String - Returns the elements in the list that come before the specified cursor.
* [createdAtMax](/docs/api/partner/2025-04/scalars/DateTime): DateTime - Returns transactions that were created on or before the specified date and time.
* [createdAtMin](/docs/api/partner/2025-04/scalars/DateTime): DateTime - Returns transactions that were created on or after the specified date and time.
* [first](/docs/api/partner/2025-04/scalars/Int): Int - Returns the first _n_ elements from the list.
* [last](/docs/api/partner/2025-04/scalars/Int): Int - Returns the last _n_ elements from the list.
* [myshopifyDomain](/docs/api/partner/2025-04/scalars/String): String - Returns transactions associated with the specified `.myshopify.com` shop domain. Example value: `example.myshopify.com`.
* [shopId](/docs/api/partner/2025-04/scalars/ID): ID - Returns transactions associated with the specified shop ID.
* [types](/docs/api/partner/2025-04/enums/TransactionType): TransactionType - Returns transactions of the specified types.


## Returns
* [edges](/docs/api/partner/2025-04/objects/TransactionEdge): TransactionEdge! A list of edges.
* [pageInfo](/docs/api/partner/2025-04/objects/PageInfo): PageInfo! Information about pagination in a connection.


## Examples