---
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
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: true
  createdAt: '2024-03-21T12:13:30-04:00'
  postedAt: '2024-03-21T11:59:00-04:00'
  updatedAt: '2024-04-09T12:54:29-04:00'
  effectiveAt: '2024-03-21T11:59:00-04:00'
---

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.
