shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

Add code to get App URL to shopify-api-node

Open byrichardpowell opened this issue 2 years ago • 1 comments

Given the Shopify context, and the request, return the URL to the app. See this code here.

This may look something like:

const adminPath =  Shopify.Utils.getAdminAppURL(req)
res.redirect(adminPath)

byrichardpowell avatar Jul 12 '22 18:07 byrichardpowell

https://github.com/Shopify/shopify-api-node/pull/419

byrichardpowell avatar Jul 12 '22 18:07 byrichardpowell

Fixed in #419

mkevinosullivan avatar Sep 27 '22 18:09 mkevinosullivan