Inventory Methods
Use these methods from the dw.catalog.ProductInventoryList class to manage your inventory lists, and retrieve product inventory and availability information.
Class | Description |
---|---|
ProductInventoryList | Given a product or a product ID, the
ProductInventoryList object provides access to the list's
ID, description and defaultInStockFlag . Each site can have a
single ProductInventoryList , although that
ProductInventoryList can be used by more than one site. The
main function of a ProductInventoryList is to hold
ProductInventoryRecords , each of which holds the following
inventory information about a single product.
|
ProductInventoryMgr | The ProductInventoryMgr object provides
access to inventory related objects. |
ProductInventoryRecord | The ProductInventoryRecord holds information
about a product's inventory and availability. |
ProductAvailabilityModel | The ProductAvailabilityModel object provides
methods for retrieving all information on availability of a single
product. |
ProductAvailabilityLevels | The ProductAvailabilityLevels object returns
the quantity of items available for each availability status. |