Generated after a successful Delete Product request.

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

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"

Generated using TypeDoc