UpdateProductGroupInput

Autogenerated input type of UpdateProductGroup

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

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.

Last updated

Was this helpful?