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

    Interface VWRProductRow

    A purchasable variant row in a VWR ordertable response.

    interface VWRProductRow {
        code: string;
        catalogNumber: string;
        name?: string;
        colCellMap?: { entry: VWRColCellEntry[] };
        prices?: VWROrdertablePrice[];
        downloadSDSLink?: string;
        msdsAvailable?: boolean;
        discontinued?: boolean;
    }
    Index

    Properties

    code: string

    Variant code, e.g. "NA2226459".

    catalogNumber: string

    Catalog number used for stock-availability lookups, e.g. "CA71008-946".

    name?: string

    Variant name.

    colCellMap?: { entry: VWRColCellEntry[] }

    Column cells carrying pack type and size.

    Price entries for the variant.

    downloadSDSLink?: string

    Direct SDS download link for the variant.

    msdsAvailable?: boolean

    Whether an SDS/MSDS is available for the variant.

    discontinued?: boolean

    Whether the variant is discontinued.