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

    Interface CustomerPasswordUpdatedMessagePayload

    Generated after a successful Reset Customer's Password, Reset Customer's Password in a Store, Change Customer's Password, or Change Customer's Password in a Store request. This Message is also produced during equivalent requests to the My Customer Profile endpoint.

    interface CustomerPasswordUpdatedMessagePayload {
        reset: boolean;
        type: "CustomerPasswordUpdated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    reset: boolean

    Whether the Customer's password was updated during the Reset password or Change password flow.

    type: "CustomerPasswordUpdated"