ETASCOM CRM V3 - Documentation API
    Preparing search index...
    type ProductRow = {
        type: "finished" | "raw";
        id: string;
        code: string;
        name: string;
        clientCode: string | null;
        supplierCode: string | null;
        locations: {
            id: string;
            code: string;
            name: string;
            zone: string | null;
            rack: string | null;
            level: string | null;
            warehouseName: string;
        }[];
        lotsWithLocation: LotWithLocation[];
        labelCount: number;
    }
    Index

    Properties

    type: "finished" | "raw"
    id: string
    code: string
    name: string
    clientCode: string | null
    supplierCode: string | null
    locations: {
        id: string;
        code: string;
        name: string;
        zone: string | null;
        rack: string | null;
        level: string | null;
        warehouseName: string;
    }[]
    lotsWithLocation: LotWithLocation[]
    labelCount: number