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

    Interface MyCustomerChangeEmailAction

    Changing the email of the Customer produces the CustomerEmailChanged Message.

    interface MyCustomerChangeEmailAction {
        action: "changeEmail";
        email: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeEmail"
    email: string

    New value to set.