Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Product Feed variant images no longer fall back to product image

API

Action required

As of API version 2024-07, the variant image field in the product_feed/incremental_sync and product_feed/full_sync webhooks will no longer fall back to the product's first image when an image has not been explicitly set for the variant. Instead, no image will be returned.

If this change is undesirable for your use case, you can replicate the old behavior by assigning the first product image to the variant when it is null after receiving the webhook.