ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface AmbeedProductObject

    Represents a product object from the Ambeed API

    interface AmbeedProductObject {
        type: string;
        url: string;
        s_menucat: number;
        purity_item: string;
        show_name: string;
        nameEn: string;
        mdl: null | string;
        show_name_raw: string;
        p_proper_name3: string;
        cas: string;
    }
    Index

    Properties

    type: string

    The type of the product

    url: string

    The URL to the product page

    s_menucat: number

    The menu category ID

    purity_item: string

    The purity level of the product

    show_name: string

    The display name of the product

    nameEn: string

    The English name of the product

    mdl: null | string

    The MDL number of the product, if available

    show_name_raw: string

    The raw display name of the product

    p_proper_name3: string

    The proper name of the product

    cas: string

    The CAS number of the product