How to get the current shop in shopify when using NodeJS (Public App)?
I am new to Shopify App Devlopment, especially the Shopify API. I create a working app with the Shopify CLI and now want to communicate with the API. I try to access following endpoint: https://{my_shop]/admin/api/2021-07/shop.json I learned that I need…