Reference > Shop flow URLs > Trading subsystem URLs > Auction URLs
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 the WebSphere Commerce Server and the configuration path
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
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 his/her order has been created.
Exception Conditions
None.
Related concepts
Related tasks
Related reference