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

    Interface CustomerPagedSearchResponse

    interface CustomerPagedSearchResponse {
        limit: number;
        offset: number;
        results: CustomerSearchResult[];
        total: number;
    }
    Index

    Properties

    limit: number

    Number of results requested.

    offset: number

    Number of elements skipped.

    Search result containing the Customers matching the search query.

    total: number

    Total number of results matching the query.