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

    Interface AmbeedGetProductStockByBdsResponse

    Root of the product-stock-by-BDS response body returned by webapi/v1/getproductstockbybds.

    interface AmbeedGetProductStockByBdsResponse {
        time: string;
        lang: string;
        source: number;
        code: number;
        value: {
            stock_list: AmbeedGetProductStockByBdsResponseValueStockList[];
            is_login: number;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    time: string

    The timestamp of the response

    lang: string

    The language of the response

    source: number

    The source of the response

    code: number

    The response code

    value: {
        stock_list: AmbeedGetProductStockByBdsResponseValueStockList[];
        is_login: number;
    }

    The response value containing per-BD stock lists.

    Type declaration