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

    Interface ScienceLabPrice

    A single price block from the ScienceLab (BigCommerce) product-attributes endpoint. value is the numeric amount; formatted is the display string.

    interface ScienceLabPrice {
        formatted?: string;
        value?: number;
        currency?: string;
    }
    Index

    Properties

    formatted?: string
    value?: number
    currency?: string