How to redirect to admin app without knowing shop?

Hi there - I need a URL that directs to our app in the Shopify admin, but I don’t know what store the user is. How can I direct the user to a URL that prompts them to select their store and then directs them to our app within Shopify admin? Thanks!

Hey @Bill_Wohlers

I’m assuming here that the merchant already has your app installed on their store. In that case, you can just exclude the store parameters in the URL. Remove the store/storename

For example, if I want to direct someone to the Shopify Translate and Adapt app, I would just send them to this URL. https://admin.shopify.com/apps/translate-and-adapt

If they are logged in, then it will direct them to the app. If they are not logged in, it will prompt them to log in first.