@theredspace/spp-client
    Preparing search index...

    Interface Product

    interface Product {
        acct_code: string;
        active: number;
        created: DateContainer;
        currency: string;
        externalid: string;
        id: number;
        manufacturer_part: string;
        manufacturerid: number;
        name: string;
        notes: string;
        standard_cost: number;
        taxable: number;
        um: string;
        updated: DateContainer;
        vendor_sku: string;
        vendorid: number;
    }
    Index

    Properties

    acct_code: string
    active: number
    created: DateContainer
    currency: string
    externalid: string
    id: number
    manufacturer_part: string
    manufacturerid: number
    name: string
    notes: string
    standard_cost: number
    taxable: number
    um: string
    updated: DateContainer
    vendor_sku: string
    vendorid: number