I’m looking at abandoned checkouts ion Shopify and hoping to create my own links. I see the Checkout object has a token to construct a URL like this:
shop.com/{{ checkout.id }}/checkouts/{{ token }}
That’s great. However, looking in Shopify admin I can see the links sent to customers also have a key
URL parameter that seems to be some kind of email hash, since when you click on the full link, you are taken to the Checkout in a logged-in state… Since I have the Customer emails, does any one know how to create that hash?