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

    Interface GraphQLSearchIndexingInProgressError

    Returned when the indexing of Product information is still in progress for Projects that have indexing activated.

    interface GraphQLSearchIndexingInProgressError {
        code: "SearchIndexingInProgress";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchIndexingInProgress"

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