Shopify API Configuration
When we created a API, I figured that I need to configure a new Shopify like this const Shopify = require('shopify-api-node'); const shopify = new Shopify({ shopName: 'your-shop-name', apiKey: 'your-api-key', }); Is there any way to get the Shopify "your-shop-name"…