Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
My app used to subscribe only to "product/update" webhooks for inventory changes. However, one of my larger customers is experiencing issues where we don't always get a product/update from shopify even though an order was placed. Not sure if this is a known issue, but to combat this we implemented webhooks for "order/create"
However, I am seeing webhooks like this, where line items have null product_ids. Is this expected? In what cases? It looks like "product_exists"=false. How did someone make an order for a product that doesn't exist? Very confused.
thanks
Yan
Great thanks for the info. In the case of draft order we should subscribe to order/update then?
Any idea about the first problem I was having where some orders did not issue product/update hooks?