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

    Interface StoreNameSetMessagePayload

    Generated after a successful Set Name update action.

    interface StoreNameSetMessagePayload {
        name?: LocalizedString;
        nameAllLocales?: LocalizedString[];
        type: "StoreNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Name of the Store set during the Set Name update action.

    nameAllLocales?: LocalizedString[]

    Names set for the Store in different locales.

    type: "StoreNameSet"