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

    Interface ProductPagedSearchResponse

    interface ProductPagedSearchResponse {
        facets: ProductSearchFacetResult[];
        limit: number;
        offset: number;
        results: ProductSearchResult[];
        total: number;
    }
    Index

    Properties

    Results for facets when requested.

    limit: number

    Number of results requested.

    offset: number

    Number of elements skipped.

    Search result containing the Products matching the search query.

    total: number

    Total number of results matching the query.