--- title: Query bundle components on SFAPI - 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/query-bundle-components-on-sfapi' md: 'https://shopify.dev/changelog/query-bundle-components-on-sfapi.md' metadata: effectiveApiVersion: 2024-07 affectedApi: - displayName: Storefront GraphQL API handle: storefront-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-06-03T16:55:16-04:00' postedAt: '2024-07-01T09:00:00-04:00' updatedAt: '2024-06-03T16:58:59-04:00' effectiveAt: '2024-07-01T09:00:00-04:00' --- July 1, 2024 Tags: * Storefront GraphQL API * 2024-07 # Query bundle components on SFAPI As of GraphQL Storefront API version 2024-07, you can query bundles components and bundle parents on [ProductVariant](https://shopify.dev/docs/api/storefront/unstable/objects/ProductVariant) object. This API change introduce three new fields on the ProductVariant object: 1. `requiresComponents` - A boolean field which is set to true when the variant can only be purchased as a parent bundle with components. 2. `components` - List of bundles components included in the variant considering only fixed bundles. 3. `groupedBy` - List of bundles that include this variant considering only fixed bundles. Learn more about Bundles on [Shopify.dev](https://shopify.dev/docs/apps/build/product-merchandizing/bundles).