The ReleaseExpiredAllocations controller command is invoked by the WebSphere Commerce scheduler. For a given store, it releases OrderItem allocations that have exceeded their expiration times.
Environment variable name | Description |
---|---|
storeID | The store upon which the command runs. |
Behavior
- For the given store, get the list of OrderItems that have expired.
- For each OrderItem, return allocated inventory to the RECEIPT table.
The recommended interval for this command is 3600 seconds, and the recommended priority is 8.