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

    Interface VWROrdertableResponse

    Response envelope for GET /api/product/ordertable.

    interface VWROrdertableResponse {
        productRows: VWRProductRow[];
        downloadSDSLink?: string;
    }
    Index

    Properties

    productRows: VWRProductRow[]

    Variant rows for the base product.

    downloadSDSLink?: string

    Base-product SDS download link.