Customize url redirection in shopify plug in.
When a partner istall the shopify app they will be redirected to our portal page, so i need to put in this url the email and another infos to partner can be do the logIn. So this is possivel and, how can i do this?
RESOLUTION:
On GET-preinstall:
Add the params and use the
await reply.redirect(finalAppUrl) function to sendo this to the app page.
On App.(Jsx/Tsx) Get this params decoded it if needs and after do what you whant!
2 Replies
Hello,
Could you please further explain your use case? I will better be able to direct you after
RESOLUTION:
On GET-preinstall:
Add the params and use the
await reply.redirect(finalAppUrl) function to sendo this to the app page.
On App.(Jsx/Tsx) Get this params decoded it and after do what you whant!