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

    Shape of the mozCatItemMozApi JS object embedded in LiMac product pages. Only the fields actually consumed by SupplierLiMac.getProductData are typed; the page may include additional properties.

    interface MozCatItemMozApi {
        id: string;
        name: string;
        sku: string;
        brand: string;
        category: string;
        price: number;
        price_undiscounted: number;
        currency: string;
        weight: null | number;
        stock: null | number;
        variants: MozCatItemMozApiVariant[];
    }
    Index

    Properties

    id: string
    name: string
    sku: string
    brand: string
    category: string
    price: number
    price_undiscounted: number
    currency: string
    weight: null | number
    stock: null | number