CompleteOrder URL
Invoked by the scheduler to retrieve all winning bids at site and creates order for each bid.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path
Parameter values
None.
Example
This example create order for all winning bids at site:
http://myhostname/webapp/wcs/stores/servlet/CompleteOrder
Behavior
- Find all winning bids at site to process.
- Fetch catalog entry which included in action.
- Refund deposit for winner
- Release inventory which hold when auction is created.
- Place an order for winning bid.
- Notify winner that the order has been created.
Exception conditions
None.