ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface StockResponse {
        rawMaterials: StockItem[];
        finishedProducts: StockItem[];
        summary: {
            totalRawMaterials: number;
            totalFinishedProducts: number;
            totalValue: number;
            lowStockItems: number;
        };
    }
    Index

    Properties

    rawMaterials: StockItem[]
    finishedProducts: StockItem[]
    summary: {
        totalRawMaterials: number;
        totalFinishedProducts: number;
        totalValue: number;
        lowStockItems: number;
    }