--- title: ProductVariantComponent - Storefront API description: | Represents a component of a bundle variant. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/objects/productvariantcomponent md: https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/objects/ProductVariant) non-null The product variant object that the component belongs to. * quantity [Int!](https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/objects/ProductVariant#field-ProductVariant.fields.components) * <->[ProductVariantComponentConnection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/ProductVariantComponentConnection#returns-nodes) * {}[ProductVariantComponentEdge.node](https://shopify.dev/docs/api/storefront/2025-01/objects/ProductVariantComponentEdge#field-ProductVariantComponentEdge.fields.node)