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

    Interface AmbeedProductPriceProInfo

    Shared product information returned alongside the priced variants.

    interface AmbeedProductPriceProInfo {
        p_leadtime: string;
        p_status: boolean;
        p_proper_name3: string;
        p_issupplierstock: number;
        listLength: number;
        p_name_en: string;
        unit: string;
        p_am: string;
        p_split: boolean;
    }
    Index

    Properties

    p_leadtime: string

    Estimated lead time for the product.

    p_status: boolean

    Whether the product is currently active/available.

    p_proper_name3: string

    Proper (canonical) name of the product.

    p_issupplierstock: number

    Whether the product is held in supplier stock (1/0).

    listLength: number

    Number of variants in the price list.

    p_name_en: string

    Product name in English.

    unit: string

    Display unit for the product.

    p_am: string

    Product AM identifier.

    p_split: boolean

    Whether the product can be split into smaller quantities.