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

    Interface WixPriceRange

    Aggregated price-range information for a product with multiple variants.

    interface WixPriceRange {
        fromPrice: number;
        fromPriceFormatted: string;
        toPrice: number;
        toPriceFormatted: string;
        includesSubscriptionPrices: boolean;
    }
    Index

    Properties

    fromPrice: number

    Lowest price in the range

    fromPriceFormatted: string

    Formatted lowest price

    toPrice: number

    Highest price in the range

    toPriceFormatted: string

    Formatted highest price

    includesSubscriptionPrices: boolean

    Whether subscription prices are included in the range