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

    Interface ProductTypeChangeLabelAction

    interface ProductTypeChangeLabelAction {
        action: "changeLabel";
        attributeName: string;
        label: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeLabel"
    attributeName: string

    Name of the AttributeDefinition to update.

    New value to set. Must not be empty.