--- title: Product Feed variant images no longer fall back to product image - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/product-feed-variant-images-no-longer-fall-back-to-product-image md: https://shopify.dev/changelog/product-feed-variant-images-no-longer-fall-back-to-product-image.md --- [Back to Developer changelog](https://shopify.dev/changelog) March 21, 2024 Tags: * Action Required * Admin GraphQL API * 2024-07 # Product Feed variant images no longer fall back to product image 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.