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

    Interface MacklinProductInfo

    data payload of the product info endpoint (POST /api/product/info, body { item_code }). request<T> unwraps the envelope and returns this.

    interface MacklinProductInfo {
        item: MacklinProductInfoItem;
        bulk_product: unknown[];
    }
    Index

    Properties

    Properties

    The item-level chemistry/physical data.

    bulk_product: unknown[]

    Bulk packaging products (unused; often empty).