@gradientedge/commercetools-utils
    Preparing search index...

    Interface AttributeGroupDraft

    interface AttributeGroupDraft {
        attributes: AttributeReference[];
        description?: LocalizedString;
        key?: string;
        name: LocalizedString;
    }
    Index

    Properties

    attributes: AttributeReference[]

    Attributes with unique values.

    description?: LocalizedString

    Description of the AttributeGroup.

    key?: string

    User-defined unique identifier for the AttributeGroup.

    Name of the AttributeGroup.