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

    Interface TypeChangeFieldDefinitionOrderAction

    interface TypeChangeFieldDefinitionOrderAction {
        action: "changeFieldDefinitionOrder";
        fieldNames: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeFieldDefinitionOrder"
    fieldNames: string[]

    Must match the set of names of FieldDefinitions (up to order).