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

    Interface AmbeedProductPriceResponseValue

    Value object of the product price response. Each BD…_… key maps a batch/size group to its list of priced variants, alongside the shared proInfo block.

    interface AmbeedProductPriceResponseValue {
        proInfo: AmbeedProductPriceProInfo;
        [variantKey: `BD${string}_${string}`]: AmbeedProductPriceResponseVariantItem[];
    }

    Indexable

    Index

    Properties

    Properties

    Shared product information common to every variant.