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

    Interface ProductDeletedMessagePayload

    Generated after a successful Delete Product request.

    interface ProductDeletedMessagePayload {
        currentProjection?: ProductProjection;
        removedImageUrls: string[];
        type: "ProductDeleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentProjection?: ProductProjection

    Current Product Projection of the deleted Product.

    removedImageUrls: string[]

    List of image URLs that were removed during the Delete Product request.

    type: "ProductDeleted"