---
title: Media included in product webhooks - 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/media-included-in-product-webhooks'
  md: 'https://shopify.dev/changelog/media-included-in-product-webhooks.md'
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Admin REST API
      handle: admin-rest
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-04-09T10:47:58-04:00'
  postedAt: '2024-07-01T10:40:00-04:00'
  updatedAt: '2024-04-15T09:33:24-04:00'
  effectiveAt: '2024-07-01T10:40:00-04:00'
---

July 1, 2024

Tags:

* Admin GraphQL API
* Admin REST API
* 2024-07

# Media included in product webhooks

As of 2024-07, the product create and update webhook payload contains information about the media on a product.

Using media GIDs allows compatibility with GraphQL Admin API mutations such as <https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/fileupdate> and <https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/productupdatemedia>

To receive media in the webhook payload, specify 2024-07 or greater as the webhook API version.
