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

    Interface WixPreOrderInfoView

    Pre-order availability details surfaced on the product-level inventory.

    interface WixPreOrderInfoView {
        preOrder: boolean;
        message: null | string;
        limit: null | number;
    }
    Index

    Properties

    preOrder: boolean

    Whether the product can currently be pre-ordered

    message: null | string

    Optional message shown alongside the pre-order option

    limit: null | number

    Maximum pre-order quantity, when limited