# ProductBundleUpdateInput - admin-graphql - INPUT_OBJECT Version: 2025-01 ## Description The input fields for updating a componentized product. ### Access Scopes ## Fields * [components](/docs/api/admin-graphql/2025-01/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/2025-01/scalars/ID): ID! - The ID of the componentized product to update. * [title](/docs/api/admin-graphql/2025-01/scalars/String): String - The title to rename the componentized product to, if provided. ## Input objects with this input object * [productBundleUpdate](/docs/api/admin-graphql/2025-01/mutations/productBundleUpdate) ## Examples