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

    Interface ProductTailoringUnpublishedMessagePayload

    Generated after a successful Product Tailoring Unpublish update action.

    interface ProductTailoringUnpublishedMessagePayload {
        product: ProductReference;
        productKey?: string;
        store: StoreKeyReference;
        type: "ProductTailoringUnpublished";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Reference to the Product the Product Tailoring belongs to.

    productKey?: string

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

    The Store to which the Product Tailoring belongs.

    type: "ProductTailoringUnpublished"