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

    Interface MessagesConfigurationDraft

    Defines the configuration for the Messages Query feature for the Project.

    interface MessagesConfigurationDraft {
        deleteDaysAfterCreation: number;
        enabled: boolean;
    }
    Index

    Properties

    deleteDaysAfterCreation: number

    Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.

    enabled: boolean

    Setting to true activates the Messages Query feature.