transactions
A list of the Partner organization's transactions.
TransactionConnection arguments
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to appIdapp•ID
Id Returns transactions associated with the specified app ID.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to createdAtMaxcreated•Date
At Max Time Returns transactions that were created on or before the specified date and time.
- Anchor to createdAtMincreated•Date
At Min Time Returns transactions that were created on or after the specified date and time.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
- Anchor to myshopifyDomainmyshopify•String
Domain Returns transactions associated with the specified
.myshopify.com
shop domain. Example value:example.myshopify.com
.- Anchor to shopIdshop•ID
Id Returns transactions associated with the specified shop ID.
- Anchor to typestypes•[Transaction
Type!] Returns transactions of the specified types.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Transaction
Edge!]! non-null A list of edges.
- Anchor to pageInfopage•Page
Info Info! non-null Information about pagination in a connection.