WebSphere Commerce EnterpriseWebSphere Commerce Professional

DisplayAuctionItem URL

Displays the product display template for an auction.

URL structure

http:// host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Parameter values

aucrfn
Required: The auction reference number.
productID
The ID of the product up for auction.

Example

This example displays the product being sold using auction 200122:


https://myhostname/webapp/wcs/stores/servlet/DisplayAuctionItem?aucrfn=200122
   &productId=10002

Behavior

  • Validates incoming parameters.
  • Calls the AuctionAccessBean to retrieve the product display template for the auction.
  • Calls the ForwardView command to display the template.

Exception Conditions

  • Throws _ERR_INVALID_AUCTION_REF_NUM if an auction does not exist.
  • Throws _ERR_DIDNT_SET_AUC_REF_NUM if the auction reference number is missing.