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!
}

Was this page helpful?


Get support·Legal docs·© 2026 Zonos