From shopify store how can i provide shopify shop selection option
Currently I have prepared following URL for installation app.
redirect ="https://" + shop + "myshopify.com" + "/admin/oauth/authorize?client_id=" + clientId + "&scope=" + appScope +
"&redirect_uri=" + redirectUri;
Kindly see the attachment for the expected output.
https://prnt.sc/IE3T84N9zr8e
