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

    Interface CustomerIndexingProgress

    interface CustomerIndexingProgress {
        estimatedTotal: number;
        failed: number;
        indexed: number;
    }
    Index

    Properties

    estimatedTotal: number

    The estimated total number of Customers to be indexed.

    failed: number

    The number of Customers that failed to be indexed.

    indexed: number

    The number of Customers successfully indexed.