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

    Interface MyCustomerSetTitleAction

    Setting the title of the Customer produces the CustomerTitleSetMessage.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setTitle"
    title?: string

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