createProductGroup

Creates a product group.

Arguments

Argument
Description

Parameters for CreateProductGroup

CreateProductGroupInput Arguments

Argument
Description

title (String!)

The name of the product group. Represents the parent product and groups all its variants.

productIds ([ID!])

The IDs of product variants that belong to this group. Must be variants of the same parent.

Return fields

productGroup (ProductGroup)

Last updated

Was this helpful?