Set the HTTP response status code.
<isstatus
value = http_code \\required
/>
Allowed data type: string or expression.
http_code
identifies the HTTP
response code. This must be an integer.
The following sets the response status code to 307, which indicates that the requested resource resides temporarily under a different URI.
<isstatus value="307"/>
The following sets the response status code to 410, one of the few error codes for which pages are cached in the Salesforce B2C Commerce Web Server.
<isstatus value="410"/>