# ProductBundleUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for updating a componentized product. ### Access Scopes ## Fields * [components](/docs/api/admin-graphql/2024-10/input-objects/ProductBundleComponentInput): ProductBundleComponentInput - The components to update existing ones. If none provided, no changes occur. Note: This replaces, not adds to, current components. * [productId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the componentized product to update. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title to rename the componentized product to, if provided. ## Input objects with this input object * [productBundleUpdate](/docs/api/admin-graphql/2024-10/mutations/productBundleUpdate) ## Examples