---
title: Product category 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/product-category-included-in-product-webhooks'
  md: >-
    https://shopify.dev/changelog/product-category-included-in-product-webhooks.md
metadata:
  effectiveApiVersion: 2024-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Admin REST API
      handle: admin-rest
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-07-25T04:15:10-04:00'
  postedAt: '2024-08-01T08:00:00-04:00'
  updatedAt: '2024-08-12T10:01:16-04:00'
  effectiveAt: '2024-08-01T08:00:00-04:00'
---

August 1, 2024

Tags:

* Admin GraphQL API
* Admin REST API
* 2024-10

# Product category included in product webhooks

As of `2024-10` version, the product create and update webhook payload contains information about the product category on a product.

The `category` field exposes a trimmed version of fields that are available on the Product GraphQL [response](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Product#field-category).

To receive `category` in the webhook payload, specify version `2024-10` or newer as the webhook API version in your [App Partner Dashboard](https://shopify.dev/docs/apps/build/webhooks/subscribe/use-newer-api-version#step-3-select-the-newer-api-version).
