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

    Interface ProductRemoveFromCategoryAction

    Produces the ProductRemovedFromCategory Message.

    interface ProductRemoveFromCategoryAction {
        action: "removeFromCategory";
        category: CategoryResourceIdentifier;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeFromCategory"

    The Category to remove.

    staged?: boolean

    If true, only the staged categories and categoryOrderHints are removed. If false, both the current and staged categories and categoryOrderHints are removed.