ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface SupplierDayStats

    Statistics for a single supplier on a single day. Tracks HTTP call outcomes and product counts. Cached responses do not increment HTTP counts.

    interface SupplierDayStats {
        searchQueryCount: number;
        successCount: number;
        failureCount: number;
        uniqueProductCount: number;
        parseErrorCount: number;
    }
    Index

    Properties

    searchQueryCount: number

    Number of product search queries made to this supplier

    successCount: number

    Number of successful HTTP connections (2xx responses, non-cached)

    failureCount: number

    Number of failed HTTP connections (4xx, 5xx, network errors, non-cached)

    uniqueProductCount: number

    Number of unique products returned that required a non-cached HTTP call

    parseErrorCount: number

    Number of exceptions thrown while parsing/processing results