There is only one scripting pipelet, located in the Scripting folder in the Salesforce B2C Commerce API. This pipelet executes a B2C Commerce server-side JavaScript, which might or might not require a database transaction.
The pipelet's configuration parameters are:
Properties | Description |
---|---|
OnError | Calls PIPELET_ERROR to process the error |
ScriptFile | The name of the actual script relative to the script's folder containing the pipeline |
Timeout | Time out in seconds. Default is 30 seconds. |
Transactional | Selection of false or true |