How can I dynamically link to a customer's recent orders (Shopify)?
I’d like to add a dynamic link to an image that goes to a customer’s recent purchase history in Shopify so they can review recent items. I tried using the {{ event.review_link }} tag but it did absolutely nothing (I suspect because the flow trigger is Placed Order). Is it possible to do this? If so, what are the necessary parameters? I don’t need instructions on setting up the flow, just generating the URL for the image.
I’ve already reviewed the Message Personalization Reference article, but adding the examples as shown did not result in a clickable link in the image. I also attempted to use the dynamic variable {{ organization.url }}products/{{ item.product.handle }} but it did not work.
