Generated after a successful Create Product request.

interface ProductCreatedMessagePayload {
    productProjection: ProductProjection;
    type: "ProductCreated";
}

Properties

productProjection: ProductProjection

The staged Product Projection of the Product at the time of creation.

type: "ProductCreated"

Generated using TypeDoc