Skip to main content

BatchProductVariantGroupInput

The information of a variant group. No the variants themself

input BatchProductVariantGroupInput {
attributeIds: [Int]
}

Fields

attributeIds ● [Int]

The attributes which will be available on this variant group. Note that the index of the attribute id will correspond to the id each variant need to use to set this attribute

Example

{
"attributeIds": [
1,
2
]
}