API Event Data for flows
Hi
I am having trouble setting up email flows using event data from our API we have just set up for our sales which are made in store.
This is the data which is coming across from our API, but I am having trouble setting up flows using the event data from this . Is the dynamic variable codes different when using an API like the below or should they still work the same as the integration with shopify.

An example of what I am trying to do at the moment is set up a flow after purchase to review the products purchased. Wanted to have a photo of the products and the name and a review now button which will link back to the product where they can leave a review. Same or simular to the below.
Thinking I probably cant have the photos as this doesnt come accross with the API but Im not sure and still cant seem to get the names of the products purchased coming across even.
This is what I have been using for the photo however it doesnt work
{{ product|lookup:'product_image_url' }}
For the title Im using
{{ product|lookup:'product_title' }}
And the review now linking to
{{ product|lookup:'review_rating_url' }}
Any help would be appreciated

