# ProductVariantComponent - admin-graphql - OBJECT Version: 2024-10 ## Description A product variant component associated with a product variant. ### Access Scopes `read_products` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [productVariant](/docs/api/admin-graphql/2024-10/objects/ProductVariant): ProductVariant! - The product variant associated with the component. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The required quantity of the component. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples