transactions - partner - QUERY
Version: 2024-04
Description:
A list of the Partner organization's [transactions](https://help.shopify.com/partners/getting-started/getting-paid).
Access Scopes
Arguments
-
after:
String -
Returns the elements in the list that come after the specified cursor.
-
appId:
ID -
Returns transactions associated with the specified app ID.
-
before:
String -
Returns the elements in the list that come before the specified cursor.
-
createdAtMax:
DateTime -
Returns transactions that were created on or before the specified date and time.
-
createdAtMin:
DateTime -
Returns transactions that were created on or after the specified date and time.
-
first:
Int -
Returns the first _n_ elements from the list.
-
last:
Int -
Returns the last _n_ elements from the list.
-
myshopifyDomain:
String -
Returns transactions associated with the specified `.myshopify.com` shop domain. Example value: `example.myshopify.com`.
-
shopId:
ID -
Returns transactions associated with the specified shop ID.
-
types:
TransactionType -
Returns transactions of the specified types.
Returns
-
edges:
TransactionEdge!
A list of edges.
-
pageInfo:
PageInfo!
Information about pagination in a connection.
Examples