Hi everyone,
I've been working on an app for Shopify (using the embedded SDK), but I'm running into a problem I can't seem to find an answer for. How can I get the name of a user's shop automatically, without them having to enter it themselves? I've installed lots of apps from the store that authorize themselves to run on my shop without me telling them what its name is, but all the example code I've seen has the user type in the shop name. What's the best way to authorize my app without extra work for the users?
I'm developing the app in .NET, if that's relevant.
Thanks!