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

    Interface AttributeGroupReference

    interface AttributeGroupReference {
        id: string;
        obj?: AttributeGroup;
        typeId: "attribute-group";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Platform-generated unique identifier of the referenced AttributeGroup.

    Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

    typeId: "attribute-group"

    Type of referenced resource.