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

    Interface ProductTypeAddPlainEnumValueAction

    Adds an enum to the values of AttributeEnumType AttributeDefinition, or AttributeSetType of AttributeEnumType AttributeDefinition.

    interface ProductTypeAddPlainEnumValueAction {
        action: "addPlainEnumValue";
        attributeName: string;
        value: AttributePlainEnumValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addPlainEnumValue"
    attributeName: string

    Name of the AttributeDefinition to update.

    Value to append to the array.