ordercloud-javascript-sdk
    Preparing search index...

    Interface AdHocProduct<TAdHocProductXp>

    interface AdHocProduct<TAdHocProductXp = any> {
        DefaultSupplierID?: string;
        Description?: string;
        ID?: string;
        Name?: string;
        QuantityMultiplier?: number;
        Returnable?: boolean;
        ShipHeight?: number;
        ShipLength?: number;
        ShipWeight?: number;
        ShipWidth?: number;
        xp?: TAdHocProductXp;
    }

    Type Parameters

    • TAdHocProductXp = any
    Index
    DefaultSupplierID?: string
    Description?: string
    ID?: string
    Name?: string
    QuantityMultiplier?: number
    Returnable?: boolean
    ShipHeight?: number
    ShipLength?: number
    ShipWeight?: number
    ShipWidth?: number