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

    Interface ProductRemovedFromCategoryMessagePayload

    Generated after a successful Remove from Category update action.

    interface ProductRemovedFromCategoryMessagePayload {
        category: CategoryReference;
        staged: boolean;
        type: "ProductRemovedFromCategory";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Category the Product was removed from.

    staged: boolean

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

    type: "ProductRemovedFromCategory"