Redirecting after checkout

FerAA
Visitor
2 0 0

Hi! So I have an independent web page that has a Buy Button that redirects you to Shopify's checkout. After the checkout I redirect back to my web page (with additional script) but I also want to create a tracking variable during the checkout so I know in fact that the user went through the checkout and not just typed the url. I tried using localStorage.setItem in the additional script but it didn't work.

Thank you!

Reply 1 (1)

geekychhavi
Shopify Partner
1 0 0

Hi, I am using draft orders from ADMIN Graphql APIs. After completing the checkout, I want to redirect the user to my own website. Is there any way I can do that?

Thanks!