ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...
    interface MozCatItemMozApiVariant {
        id: string;
        options: { title: string }[];
        price: number;
        price_undiscounted: number;
        sku: string;
        stock: null | number;
        weight: null | number;
    }
    Index

    Properties

    id: string
    options: { title: string }[]
    price: number
    price_undiscounted: number
    sku: string
    stock: null | number
    weight: null | number