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

    Interface AmbeedGetSearchProductAndRecommendedProductsByCASResponseSearchProDict

    The product matched by the queried CAS number.

    interface AmbeedGetSearchProductAndRecommendedProductsByCASResponseSearchProDict {
        p_ishasstock: boolean;
        p_split: boolean;
        p_id: string;
        price_list: AmbeedGetSearchProductAndRecommendedProductsByCASResponsePriceList[];
        p_name_en: string;
        p_name_cn: string;
        p_storage: string;
        p_isotopemolformula: string;
        p_purity: string;
        p_am: string;
        p_proper_name3: string;
        s_keywords: string;
        p_inchikey: string;
        p_cas: string;
        p_is_spot_goods: number;
        p_moleform: string;
        s_title: string;
        p_bd: string;
        p_spot_brand: string;
        p_spot_brand_remark: string;
        s_description: string;
        p_mdl: string;
        p_moleweight: string;
    }
    Index

    Properties

    p_ishasstock: boolean

    Whether the product currently has stock.

    p_split: boolean

    Whether the product can be split into smaller quantities.

    p_id: string

    Product ID.

    List of priced sizes for the product.

    p_name_en: string

    Product name in English.

    p_name_cn: string

    Product name in Chinese.

    p_storage: string

    Storage conditions for the product.

    p_isotopemolformula: string

    Isotope molecular formula.

    p_purity: string

    Purity level of the product.

    p_am: string

    Product AM identifier.

    p_proper_name3: string

    Proper (canonical) name of the product.

    s_keywords: string

    Search keywords associated with the product.

    p_inchikey: string

    InChIKey of the product.

    p_cas: string

    CAS number of the product.

    p_is_spot_goods: number

    Whether the product is a spot good (1/0).

    p_moleform: string

    Molecular formula.

    s_title: string

    SEO page title.

    p_bd: string

    Product batch (BD) identifier.

    p_spot_brand: string

    Spot-brand name.

    p_spot_brand_remark: string

    Spot-brand remark.

    s_description: string

    SEO page description.

    p_mdl: string

    MDL number of the product.

    p_moleweight: string

    Molecular weight of the product.