HI,
Below is our use case.
We need to retrive shopify store data like - customers, orders, products, collections. This is an ETL process so we get the data from shopify store and store in our database which can be used to represent in our own app.
We have used the private app to get the shopify data using the Admin API.
I just want to know if we can use the custom app to do the ETL authentication, as this process is timed and human interaction is not possible. As per documentation, custom apps support oAuth authentication and there are no examples available where custom app is used for data extraction.
Any use case will be very helpful
Thank you!