# New `has_variants_that_requires_components` field on Product Webhooks — Shopify developer changelog
---
## New `has_variants_that_requires_components` field on Product Webhooks

As of 2024-10, the product create and update webhook payloads contain information indicating if the product has a variant that is a product bundle.

The new boolean field, `has_variants_that_requires_components`, mirrors what is already available on the Product GraphQL [response](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Product#field-product-hasvariantsthatrequirescomponents).

To receive `has_variants_that_requires_components` in the webhook payload, specify 2024-10 or greater 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).

Learn more about [Product Bundles](https://shopify.dev/docs/apps/build/product-merchandising/bundles).

*Published: October 01, 2024*
Tags: API, New
Link: https://shopify.dev/changelog/new-has_variants_that_requires_components-field-on-product-webhooks

---