Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We get "products/update" webhooks delivered via Pub/Sub from a variety of Shopify stores. Once in a blue moon, say 1/500 000, the "images" array of the message has one item without "width", "height" and "src" (they're all set to "null"). Everything else is present. What are we supposed to make of an image like this? My best guess so far is it represents a "partially deleted" image which will disappear entirely very soon. But we don't have enough sample data to confirm this.