shopify-api-js
shopify-api-js copied to clipboard
How to get the shop and merchant detail?
How to get shop and merchant detail (including name, email) using Shopify node API?
In shopify ruby API (https://github.com/Shopify/shopify_api), we can access it like
ShopifyAPI::Shop.current
ShopifyAPI::Shop.current.email
what is the alternate of this in Shopify node API?