exportinterfaceSupplierTotals { success:number; failure:number; /** * Non-cached product detail fetches. Carried for display only — deliberately * *not* used to grade parser health, since a supplier serving cached results * reports zero here while parsing fine. */ products:number; parseErrors:number; }
Non-cached product detail fetches. Carried for display only — deliberately
not used to grade parser health, since a supplier serving cached results
reports zero here while parsing fine.
The per-supplier counters the classifier reads.
Source