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

    Interface ProductTailoringSlugSetMessagePayload

    Generated after a successful Product Tailoring Set Slug update action.

    interface ProductTailoringSlugSetMessagePayload {
        oldSlug?: LocalizedString;
        product: ProductReference;
        productKey?: string;
        slug?: LocalizedString;
        store: StoreKeyReference;
        type: "ProductTailoringSlugSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldSlug?: LocalizedString

    The slug of the ProductTailoring before the Set Slug update action.

    Reference to the Product the Product Tailoring belongs to.

    productKey?: string

    User-defined unique identifier of the Product this Product Tailoring belongs to.

    The slug of the Product Tailoring after the Set Slug update action.

    The Store to which the Product Tailoring belongs.

    type: "ProductTailoringSlugSet"