Hi everyone,
When I connect my app with Shopify using Shopify webhooks, I can get order details with the “order payment” webhooks, but I do not get a product image—and I need it as well.
Now, I have spoken to Shopify support, and they advised me to use “order update” or “order creation” webhooks together with “order payment” webhooks, but I still do not get the product image; it’s simply not included in these webhooks.
Does anyone have a solution on how to get order details + image of the product that has been purchased?
Thank you all in advance!