Generated after a successful Change Slug update action.

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

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"

Generated using TypeDoc