> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/mutations/create-product-group.md).

# createProductGroup

### Arguments

| Argument                                                                                             | Description                       |
| ---------------------------------------------------------------------------------------------------- | --------------------------------- |
| input ([CreateProductGroupInput](/graphql-api/api-reference/objects/create-product-group-input.md)!) | Parameters for CreateProductGroup |

### CreateProductGroupInput Arguments

| Argument                                                        | Description                                                                                 |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| title ([String](/graphql-api/api-reference/objects/string.md)!) | The name of the product group. Represents the parent product and groups all its variants.   |
| productIds (\[[ID](/graphql-api/api-reference/objects/id.md)!]) | The IDs of product variants that belong to this group. Must be variants of the same parent. |

### Return fields

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)

#### productGroup ([ProductGroup](/graphql-api/api-reference/objects/product-group.md))
