--- title: New has_variants_that_requires_components field on 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/new-has_variants_that_requires_components-field-on-product-webhooks md: https://shopify.dev/changelog/new-has_variants_that_requires_components-field-on-product-webhooks.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2024 Tags: * Admin GraphQL API * Admin REST API * 2024-10 # 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).