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

    Interface CustomerSetTitleAction

    Setting the title of the Customer produces the CustomerTitleSet Message.

    interface CustomerSetTitleAction {
        action: "setTitle";
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setTitle"
    title?: string

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