I’m trying to build a Shopify application that a user can install from the Shopify App Store and then give unauthenticated_read_product_listings access to the application. Then when the user accepts the access request, and installs the application they should be redirected to my web app. In my web app I should be able to see all the products from the User’s store on the web app. Where should I start in terms of the Shopify APIs? There’s so many types of Shopify APIs, I got lost on how I can build this. A similar application would be Importify. If you were to build this, what tools/APIs etc would you use and how would you go about building it? Thanks in advance!