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

    Interface StoreRemoveProductSelectionAction

    This action has no effect if the given Product Selection is not in the Store.

    interface StoreRemoveProductSelectionAction {
        action: "removeProductSelection";
        productSelection: ProductSelectionResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeProductSelection"

    Value to remove. The removed Product Selection is made offline.