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

    Interface GraphQLSearchDeactivatedError

    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 GraphQLSearchDeactivatedError {
        code: "SearchDeactivated";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchDeactivated"

    One of the error codes that is listed on the Errors page.