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

    Interface WixMinPriceVariant

    The cheapest variant of a product, used to display "from" pricing.

    interface WixMinPriceVariant {
        id: string;
        sku: null | string;
        actualPrice: number;
        formattedActualPrice: string;
        compareAtPrice: number;
        formattedCompareAtPrice: string;
    }
    Index

    Properties

    id: string

    Identifier of the variant

    sku: null | string

    SKU of the variant

    actualPrice: number

    Actual (selling) price of the variant

    formattedActualPrice: string

    Formatted actual price

    compareAtPrice: number

    Compare-at (original) price of the variant

    formattedCompareAtPrice: string

    Formatted compare-at price