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

    Interface ProductSelectionSetKeyAction

    interface ProductSelectionSetKeyAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key?: string

    If key is absent or null, the existing key, if any, will be removed.