--- title: TransactionConnection - Partner API description: The connection type for Transaction. api_version: 2025-10 api_name: partner type: connection api_type: graphql 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. * before [String](https://shopify.dev/docs/api/partner/latest/scalars/String) Returns the elements in the list that come before the specified cursor. * 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. * shop​Id [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID) Returns transactions associated with the specified shop ID. * 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`. * app​Id [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID) Returns transactions associated with the specified app ID. * 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. * 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. * 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)