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

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

Properties

action: "removeProductSelection"

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

Generated using TypeDoc