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

    Interface AmbeedProductPriceResponse

    Root of the product price response body returned by webapi/v1/product_price.

    interface AmbeedProductPriceResponse {
        time: string;
        lang: string;
        source: number;
        code: number;
        value: AmbeedProductPriceResponseValue;
    }

    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

    The response value containing per-variant pricing and product info.