Generated after a successful Publish update action.

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

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.

scope: string

Publishing Scope that was used during the Publish update action.

type: "ProductPublished"

Generated using TypeDoc