ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Enumeration AVAILABILITY

    Represents the availability of a product Keep values as lower case strings.

    export enum AVAILABILITY {
    IN_STOCK = "in stock",
    LIMITED_STOCK = "limited stock",
    OUT_OF_STOCK = "out of stock",
    PRE_ORDER = "preorder",
    BACKORDER = "backorder",
    DISCONTINUED = "discontinued",
    UNAVAILABLE = "unavailable",
    UNKNOWN = "unknown",
    }
    Index

    Enumeration Members

    IN_STOCK: "in stock"
    LIMITED_STOCK: "limited stock"
    OUT_OF_STOCK: "out of stock"
    PRE_ORDER: "preorder"
    BACKORDER: "backorder"
    DISCONTINUED: "discontinued"
    UNAVAILABLE: "unavailable"
    UNKNOWN: "unknown"