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

    Interface ProductCreatedMessagePayload

    Generated after a successful Create Product request.

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

    Hierarchy (View Summary)

    Index

    Properties

    productProjection: ProductProjection

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

    type: "ProductCreated"