ordercloud-javascript-sdk
    Preparing search index...

    Interface BuyerProduct<TBuyerProductXp, TPriceScheduleXp>

    interface BuyerProduct<TBuyerProductXp = any, TPriceScheduleXp = any> {
        Active?: boolean;
        AllSuppliersCanSell?: boolean;
        DateCreated?: string;
        DefaultSupplierID?: string;
        Description?: string;
        ID?: string;
        Inventory?: Inventory;
        IsBundle?: boolean;
        IsParent?: boolean;
        Name?: string;
        ParentID?: string;
        PriceSchedule?: BuyerPriceSchedule<TPriceScheduleXp>;
        QuantityMultiplier?: number;
        Returnable?: boolean;
        ShipFromAddressID?: string;
        ShipHeight?: number;
        ShipLength?: number;
        ShipWeight?: number;
        ShipWidth?: number;
        SpecCount?: number;
        VariantCount?: number;
        xp?: TBuyerProductXp;
    }

    Type Parameters

    • TBuyerProductXp = any
    • TPriceScheduleXp = any
    Index
    Active?: boolean
    AllSuppliersCanSell?: boolean
    DateCreated?: string
    DefaultSupplierID?: string
    Description?: string
    ID?: string
    Inventory?: Inventory
    IsBundle?: boolean
    IsParent?: boolean
    Name?: string
    ParentID?: string
    QuantityMultiplier?: number
    Returnable?: boolean
    ShipFromAddressID?: string
    ShipHeight?: number
    ShipLength?: number
    ShipWeight?: number
    ShipWidth?: number
    SpecCount?: number
    VariantCount?: number