Reference > System URLs > Scheduler URLs
SchedCoupon URL
Invoked by the WebSphere Commerce scheduler to process current coupons to check for expiration. This URL is called by scheduler. No display page will return.
URL structure
This URL is deprecated and is provided for backward compatibility only.
- 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 invokes the event monitor to process pending events.
http:// myhostname/webapp/wcs/stores/servlet/SchedCoupon?
Behavior
- Checks for current coupons.
- For each coupon, compares the current date and time against the specified expiration date and time of the coupon. If the current date and time is later than the expiration date and time, the command marks the coupon as expired.
Exception Conditions
None.
Related concepts
Related reference