Inventory Pipelets
Use the following pipelets to modify or extend the inventory implementation in the SiteGenesis application. They provide convenient methods and properties for getting and setting inventory record values.
Pipelet | Description |
---|---|
ReserveInventoryForOrder |
Reserves the inventory for each product line item of the specified
If no inventory finalization takes place within 10 minutes, the reservation
expires. The pipelet cleans up existing reservations for the
Note: This pipelet should only be used for the inventory reservation during an
order creation.
|
ImportInventoryLists |
Imports inventory lists from the given import file in the specified mode.
The result of the import operation is represented by the
A process error prevents or interrupts the basic execution of the import. An example of a process error is when the specified import file doesn't exist on the file system. Client code should consult the |