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

    Interface CategorySlugChangedMessagePayload

    Generated after a successful Change Slug update action.

    interface CategorySlugChangedMessagePayload {
        oldSlug?: LocalizedString;
        slug: LocalizedString;
        type: "CategorySlugChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    oldSlug?: LocalizedString

    The slug of the Category before the Change Slug update action.

    The slug of the Category after the Change Slug update action.

    type: "CategorySlugChanged"