# ProductBundleComponentQuantityOptionValueInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a single quantity option value related to a component product. ### Access Scopes ## Fields * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name associated with the option, e.g. one-pack, two-pack. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - How many of the variant will be included for the option value (e.g. two-pack has quantity 2). ## Input objects with this input object * [ProductBundleComponentQuantityOptionInput](/docs/api/admin-graphql/2024-10/input-objects/ProductBundleComponentQuantityOptionInput) ## Examples