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

    Interface ProductTailoringPublishedMessagePayload

    Generated after a successful Product Tailoring Publish update action.

    interface ProductTailoringPublishedMessagePayload {
        product: ProductReference;
        productKey?: string;
        store: StoreKeyReference;
        type: "ProductTailoringPublished";
    }

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