# productBundleCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates a new 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/ProductBundleCreateInput): ProductBundleCreateInput! - Input for creating a componentized product. ## Returns * [productBundleOperation](/docs/api/admin-graphql/2024-10/objects/ProductBundleOperation): ProductBundleOperation The asynchronous ProductBundleOperation creating the componentized product. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples