ReleaseToFulfillment
The ReleaseToFulfillment controller command is invoked by the WebSphere Commerce Scheduler. For a given store, it gets the list of orders to release. For each of these orders, it checks to see if the payment is still valid. For orders with valid payments, it releases the orders to fulfillment and updates the database with this information.
For an Order that uses the TIECODE to mark grouped order items associated with the Ship Together feature, the ReleaseToFulfillment controller command invokes a task command that checks all orders that are in the NEW state. If the order items that have been defined to ship together are all ready to be shipped, the state is changed to RDY.
Environment variable name Description storeID The store on which the command runs.
For the given store, get the list of orders to release. For each of these orders:
The recommended interval for this command is 600 seconds, and the recommended priority is 10.
Related concepts