--- title: ProductBundleCreateInput - GraphQL Admin description: The input fields for creating a componentized product. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductBundleCreateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductBundleCreateInput.txt --- # Product​Bundle​Create​Input input\_object The input fields for creating a componentized product. ## Fields * components [\[Product​Bundle​Component​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductBundleComponentInput) required The component products to bundle with the bundle product. * title [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The title of the product to create. *** ## Mutations using this input * [product​Bundle​Create.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productBundleCreate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[product​Bundle​Create.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productBundleCreate#argument-input)