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

    Interface ProductPublishedMessagePayload

    Generated after a successful Publish update action.

    interface ProductPublishedMessagePayload {
        productProjection: ProductProjection;
        removedImageUrls: string[];
        scope: ProductPublishScope;
        type: "ProductPublished";
    }

    Hierarchy (View Summary)

    Index

    Properties

    productProjection: ProductProjection

    Current Product Projection of the Product at the time of creation.

    removedImageUrls: string[]

    List of image URLs which were removed during the Publish update action.

    Publishing Scope that was used during the Publish update action.

    type: "ProductPublished"