ordercloud-javascript-sdk
    Preparing search index...

    Interface InventoryRecord<TInventoryRecordXp, TAddressXp>

    interface InventoryRecord<TInventoryRecordXp = any, TAddressXp = any> {
        Address?: Address<TAddressXp>;
        AddressID: string;
        AllowAllBuyers?: boolean;
        ID?: string;
        LastUpdated?: string;
        NotificationPoint?: number;
        OrderCanExceed?: boolean;
        OwnerID?: string;
        QuantityAvailable?: number;
        xp?: TInventoryRecordXp;
    }

    Type Parameters

    • TInventoryRecordXp = any
    • TAddressXp = any
    Index
    Address?: Address<TAddressXp>
    AddressID: string
    AllowAllBuyers?: boolean
    ID?: string
    LastUpdated?: string
    NotificationPoint?: number
    OrderCanExceed?: boolean
    OwnerID?: string
    QuantityAvailable?: number