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

    Interface BusinessUnitSearchIndexingStatusResponse

    interface BusinessUnitSearchIndexingStatusResponse {
        lastModifiedAt?: string;
        retryCount?: number;
        startedAt?: string;
        states?: BusinessUnitIndexingProgress;
        status: BusinessUnitIndexingStatus;
    }
    Index

    Properties

    lastModifiedAt?: string

    Time when the status was last modified.

    retryCount?: number

    Indicates how many times the system tried to start indexing after failed attempts. The counter is set to null after an indexing finished successfully.

    startedAt?: string

    Date and time (UTC) when the last indexing started.

    Progress of indexing. Only available when indexing is in progress.

    Current status of indexing the Business Unit Search.