ordercloud-javascript-sdk
    Preparing search index...

    Interface ProductCollectionProduct<TProductCollectionProductXp>

    interface ProductCollectionProduct<TProductCollectionProductXp = any> {
        Active?: boolean;
        AllSuppliersCanSell?: boolean;
        AutoForward?: boolean;
        DateAdded?: string;
        DateCreated?: string;
        DefaultPriceScheduleID?: string;
        DefaultSupplierID?: string;
        Description?: string;
        ID?: string;
        Inventory?: Inventory;
        IsBundle?: boolean;
        IsParent?: boolean;
        ListOrder?: number;
        Name?: string;
        OwnerID?: string;
        ParentID?: string;
        QuantityMultiplier?: number;
        Returnable?: boolean;
        ShipFromAddressID?: string;
        ShipHeight?: number;
        ShipLength?: number;
        ShipWeight?: number;
        ShipWidth?: number;
        SpecCount?: number;
        VariantCount?: number;
        xp?: TProductCollectionProductXp;
    }

    Type Parameters

    • TProductCollectionProductXp = any
    Index
    Active?: boolean
    AllSuppliersCanSell?: boolean
    AutoForward?: boolean
    DateAdded?: string
    DateCreated?: string
    DefaultPriceScheduleID?: string
    DefaultSupplierID?: string
    Description?: string
    ID?: string
    Inventory?: Inventory
    IsBundle?: boolean
    IsParent?: boolean
    ListOrder?: number
    Name?: string
    OwnerID?: string
    ParentID?: string
    QuantityMultiplier?: number
    Returnable?: boolean
    ShipFromAddressID?: string
    ShipHeight?: number
    ShipLength?: number
    ShipWeight?: number
    ShipWidth?: number
    SpecCount?: number
    VariantCount?: number