We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to filter transactions by date or last request?

How to filter transactions by date or last request?

tvojamama
Visitor
1 0 0

Hi, I have api request to get all transactions, but I want to filter them by date of creation or by some different filter for ex. last requested time... can someone suggest something? 🙂 

2024-04/graphql.json

{
    "query": "{ shopifyPaymentsAccount { id payoutStatementDescriptor balanceTransactions(first: 100) { edges { node { id net { amount currencyCode } transactionDate } } } } }"
}
Replies 0 (0)