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

    Interface CustomerEmailTokenCreatedMessagePayload

    Generated after a successful Create email token for Customer or Create email token for Customer in Store request. The resource property of the Message is a CustomerEmailTokenReference.

    interface CustomerEmailTokenCreatedMessagePayload {
        customerId: string;
        expiresAt: string;
        invalidateOlderTokens: boolean;
        type: "CustomerEmailTokenCreated";
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerId: string

    Unique identifier of the Customer.

    expiresAt: string

    Date and time (UTC) the email token expires.

    invalidateOlderTokens: boolean

    If true, all email tokens issued previously for the Customer are invalidated.

    type: "CustomerEmailTokenCreated"
    value?: string

    Value of the token, present only if the token's validity is 60 minutes or less.