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.
Related concepts
AuctionsRelated tasks
Enabling auctionsRelated reference
AutoBidCreateForm URL
AutoBidSubmit URL
AutoBidUpdateForm URL
AutoBidDelete URL
BidCreateForm URL
BidDelete URL
BidSubmit URL
BidUpdateForm URL
CloseBidding URL
DeleteMail URL
DisplayAuctionRules URL
DisplayMessage URL
DoAuctionNotify URL
FinalizeAuction URL
GalleryDelete URL
ModifyForumMessageList URL
MonitorAuctions URL
ProcessAutoBids URL
ProcessDutchBids URL
ProcessOpenCryBids URL
ShopperCreateForumMessage URL
UpdateGallery URL
CompleteOrder URL
Trading subsystem URLs