--- title: ProductVariantComponent - Storefront API description: | Represents a component of a bundle variant. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/objects/ProductVariantComponent md: >- https://shopify.dev/docs/api/storefront/latest/objects/ProductVariantComponent.md --- # Product​Variant​Component object Requires `unauthenticated_read_product_listings` access scope. Represents a component of a bundle variant. ## Fields * product​Variant [Product​Variant!](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant) non-null The product variant object that the component belongs to. * quantity [Int!](https://shopify.dev/docs/api/storefront/latest/scalars/Int) non-null The quantity of component present in the bundle. *** ## Map ### Fields and connections with this object * {}[ProductVariant.components](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant#field-ProductVariant.fields.components) * <->[ProductVariantComponentConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/ProductVariantComponentConnection#returns-nodes) * {}[ProductVariantComponentEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariantComponentEdge#field-ProductVariantComponentEdge.fields.node)