DEV

Query.

storeCreditTransactions

Get store credit transactions

Arguments

after

String

Returns the elements after the specified cursor

before

String

Returns the elements before the specified cursor
Optional filters for transactions

first

Int

The number of first elements to return from the query

last

Int

The number of last elements to return from the query
GraphQL
1
2
3
type Query {
  storeCreditTransactions(after: String, before: String, filter: StoreCreditTransactionFilter, first: Int, last: Int): StoreCreditTransactionConnection!
}
Book a demo

Was this page helpful?