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

    Interface WixProductInventory

    Product-level inventory information, including pre-order availability.

    interface WixProductInventory {
        status: string;
        quantity: null | number;
        availableForPreOrder: boolean;
        preOrderInfoView: null | WixPreOrderInfoView;
    }
    Index

    Properties

    status: string

    Inventory status (e.g. "IN_STOCK", "OUT_OF_STOCK")

    quantity: null | number

    Quantity on hand, when tracked

    availableForPreOrder: boolean

    Whether the product is available for pre-order

    preOrderInfoView: null | WixPreOrderInfoView

    Detailed pre-order availability view