# ProductBundleComponent - admin-graphql - OBJECT Version: 2024-10 ## Description The product's component information. ### Access Scopes `read_products` access scope. ## Fields * [componentProduct](/docs/api/admin-graphql/2024-10/objects/Product): Product! - The product that's related as a component. * [componentVariantsCount](/docs/api/admin-graphql/2024-10/objects/Count): Count - The number of component variants for the product component. * [optionSelections](/docs/api/admin-graphql/2024-10/objects/ProductBundleComponentOptionSelection): ProductBundleComponentOptionSelection! - The options in the parent and the component options they're connected to, along with the chosen option values that appear in the bundle. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The quantity of the component product set for this bundle line. It will be null if there's a quantityOption present. * [quantityOption](/docs/api/admin-graphql/2024-10/objects/ProductBundleComponentQuantityOption): ProductBundleComponentQuantityOption - The quantity as option of the component product. It will be null if there's a quantity set. ## Connections * [componentVariants](/docs/api/admin-graphql/2024-10/connections/ProductVariantConnection): ProductVariantConnection! ## Related queries ## Related mutations ## Related Unions ## Examples