# productBundleUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates a componentized product. ### Access Scopes `write_products` access scope. Also: The shop must have access to bundles feature. ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/ProductBundleUpdateInput): ProductBundleUpdateInput! - Input for updating a componentized product. ## Returns * [productBundleOperation](/docs/api/admin-graphql/2024-10/objects/ProductBundleOperation): ProductBundleOperation The asynchronous ProductBundleOperation updating the componentized product. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples