How to get purchased product image from Shopify webhooks

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!

Hi @Nikola_4 ,

Yes, you are right in order webhook you don’t get product image. But, you can hit product API to get the images.