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

    Interface CategoryCreatedMessagePayload

    Generated after a successful Create Category request.

    interface CategoryCreatedMessagePayload {
        category: Category;
        type: "CategoryCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    category: Category

    Category that was created.

    type: "CategoryCreated"