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

    Interface TypeChangeLabelAction

    interface TypeChangeLabelAction {
        action: "changeLabel";
        fieldName: string;
        label: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeLabel"
    fieldName: string

    Name of the Field Definition to update.

    New value to set. Must not be empty.