Objects

VariantGroupType

Type containing variant group information

Type containing variant group information

type VariantGroupType {
  variantGroupId: Int!
  name: String!
  mainProductId: Int!
  collapseInLists: Boolean!
  activeProducts: Int!
  variants: [VariantType]
}

Fields

variantGroupId ● Int! non-null scalar required

Variant group ID

name ● String! non-null scalar required

Variant group name

mainProductId ● Int! non-null scalar required

ID of the main product in this group

collapseInLists ● Boolean! non-null scalar required

If true, only the main product will show up in product lists

activeProducts ● Int! non-null scalar required

The amount of active products in this variant group

variants ● [VariantType] list object

Group variants

Member Of

ProductType object