How can I automate the process of fetching app transaction and app event data from Shopify every hour?"

Hi everyone! I need help setting up an automated process to fetch app transaction and event data from Shopify every hour. My current approach is using a cron job with the Shopify Admin API to retrieve and store the data, but I’m concerned about API rate limits and efficient data storage. Is there a better way to handle frequent data retrieval from Shopify, and any tips for managing API quotas? Also, any suggestions for reliable data storage options would be appreciated!

Can you use webhooks to get the data you need?

Thanks for the support.
cloud you please share the Guideline or any refer link link that I will do.
I want shopify Partner app events and payout data for that I am still not find the any web-hook .

Oh it doesn’t look like there are webhooks for that yet from the docs.
The information on the rate limit is here Partner API reference

You could also consider using Mantle for example if you wanted to view this data

I used Pipedream for this to create a revenue tracker:

You can use the integration to poll the Shopify Partner API for new installs, transactions, etc and run custom Node.js or Python code: