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

    Interface MacklinProductInfoItem

    Item-level data from the product info endpoint (POST /api/product/info). Carries chemistry/physical fields not present in the search results, most notably the molecular weight (chem_mw). Only the fields currently consumed are typed; the payload includes many more.

    interface MacklinProductInfoItem {
        item_id: number;
        item_code: string;
        chem_cas: `${string}-${string}-${string}`;
        chem_mf: string;
        chem_mw: string;
        chem_mdl: string;
        item_storage: string;
        item_en_name: string;
    }
    Index

    Properties

    item_id: number

    Unique item identifier

    item_code: string

    Product code used in URLs and API calls

    chem_cas: `${string}-${string}-${string}`

    CAS registry number

    chem_mf: string

    Molecular formula (with HTML subscripts)

    chem_mw: string

    Molecular weight, e.g. "252.13"

    chem_mdl: string

    MDL number, e.g. "MFCD00040346"

    item_storage: string

    Storage conditions, e.g. "2-8°C"

    item_en_name: string

    English product name