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

    Interface ProductAddedToCategoryMessagePayload

    Generated after a successful Add to Category update action.

    interface ProductAddedToCategoryMessagePayload {
        category: CategoryReference;
        staged: boolean;
        type: "ProductAddedToCategory";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Category the Product was added to.

    staged: boolean

    Whether the update was only applied to the staged Product Projection.

    type: "ProductAddedToCategory"