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

    Interface CustomerSetExternalIdAction

    interface CustomerSetExternalIdAction {
        action: "setExternalId";
        externalId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setExternalId"
    externalId?: string

    Value to set. If empty, any existing value is removed.