ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface EpagesSearchResponse

    The catalog search response (POST /api/v2/search).

    interface EpagesSearchResponse {
        products: EpagesSearchProduct[];
        totalNumberOfProducts: number;
    }
    Index

    Properties

    The page's product hits.

    totalNumberOfProducts: number

    Total number of products across all pages (drives pagination).