GetSkus Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an InventorySkuCollection containing inventory SKUs in the inventory system.
Overload List
Name | Description | |
---|---|---|
GetSkus()()() | Returns an InventorySkuCollection containing all the inventory SKUs in the inventory system. | |
GetSkus(String) | Returns an InventorySkuCollection containing the inventory SKUs matching the specified criteria. | |
GetSkus(String, SearchOptions) | Returns an InventorySkuCollection containing the inventory SKUs matching the specified criteria. | |
GetSkus(String, SearchOptions, Int32%) | Returns an InventorySkuCollection containing the inventory SKUs matching the specified criteria. The total number of records matching the search is available. |
Top