0
votes

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?

1

1 Answers

0
votes

The answer my friend, is blowing in the wind...

https://help.shopify.com/en/api/reference/orders/abandoned_checkouts

You can clearly see how to deal with that hash right there!