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

    Interface WixItemInventory

    Inventory snapshot attached to an individual product item (variant).

    interface WixItemInventory {
        status: string;
        quantity: null | number;
    }
    Index

    Properties

    Properties

    status: string

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

    quantity: null | number

    Quantity on hand, when tracked