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

    Interface ProductSlugChangedMessagePayload

    Generated after a successful Change Slug update action.

    interface ProductSlugChangedMessagePayload {
        oldSlug?: LocalizedString;
        slug: LocalizedString;
        type: "ProductSlugChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    oldSlug?: LocalizedString

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

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

    type: "ProductSlugChanged"