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

    Interface WixPricePerUnitData

    Per-unit pricing metadata used to display unit prices (e.g. price per 100g).

    interface WixPricePerUnitData {
        totalQuantity: number;
        totalMeasurementUnit: string;
        baseQuantity: number;
        baseMeasurementUnit: string;
    }
    Index

    Properties

    totalQuantity: number

    Total quantity contained in the product

    totalMeasurementUnit: string

    Measurement unit for the total quantity

    baseQuantity: number

    Base quantity used for the per-unit price

    baseMeasurementUnit: string

    Measurement unit for the base quantity