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

    Interface ProductTailoringDeletedMessagePayload

    interface ProductTailoringDeletedMessagePayload {
        product: ProductReference;
        productKey?: string;
        store: StoreKeyReference;
        type: "ProductTailoringDeleted";
    }

    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: "ProductTailoringDeleted"