Generated after a successful Create Product request.

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

Hierarchy (View Summary)

Properties

productProjection: ProductProjection

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

type: "ProductCreated"