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

    Interface SearchDeactivatedError

    Returned when the indexing of Product information is deactivated in a Project.

    To activate indexing, call [Change Product Search Indexing Enabled](ctp:api:type:ProjectChangeProductSearchIndexingEnabledAction) and set `enabled` to `true`.
    
    interface SearchDeactivatedError {
        code: "SearchDeactivated";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchDeactivated"

    Error identifier.

    message: string

    "The endpoint is deactivated for this project. Please enable it via the Project endpoint, via the Merchant Center in the Project settings, or reach out to Support to enable it."