updateProductGroup

Updates a product group.

Arguments

Argument
Description

Parameters for UpdateProductGroup

UpdateProductGroupInput Arguments

Argument
Description

id (ID!)

The ID of the product group to update.

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. Passing an empty array removes all products from the group.

Return fields

productGroup (ProductGroup)

Last updated

Was this helpful?