You are here: Ektron Namespace > Providers API > Ektron.Cms.Commerce.Inventory Namespace > Ektron.Cms.Commerce.Inventory.Provider Namespace > InventoryProvider Class > InventoryProvider Methods > GetReorderLevel
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
InventoryProvider.GetReorderLevel Method

Returns the re-order level for a given catalog entry (product). The re-order level is the inventory level at which new stock should be ordered. Use this method when you only want to return the re-order level for a specified item. If you want additional inventory information about an item, use the GetInventory method. Below is an example of using this method in code to check the re-order level for an item with an ID of 12.

inventory.GetReorderLevel(12);
C#
public virtual int GetReorderLevel(long entryId);
Visual Basic
Public virtual Function GetReorderLevel(entryId As long) As Integer
Parameters 
Description 
entryId 
Enter the numeric ID of the catalog entry. 

Returns the level at which an item should be re-ordered.

The default implementation uses GetInventory().

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!