ForwardIfUnfulfilledItemsExistInFulfilmentChoice
Changed on:
8 Aug 2025
Overview
The rule forwards the event with the proper event name if fulfilment statuses are not from the provided list and there are unfulfilled items in the fulfilment choice.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Forwards the event with the name "eventName" if fulfilment statuses are not from the list “excludedFulfilmentStatuses” and there are unfulfilled items in the fulfilment choice.
Accepts
- FULFILMENT_CHOICE
Actions
- Forwards the event with proper event name if unfulfilled items exist in the fulfilment choice excluding fulfilment statuses.
Rule parameters
| Parameter | Description |
| eventName | The name of event to be triggered |
| excludedFulfilmentStatuses | The list of excluded fulfilment statuses. |
Event attributes
| Parameter | Description | Data Type | Required? |
| fulfilmentChoiceRef | Reference to the fulfilment choice | String | Required |
Exceptions
Configuration example
1{
2 "name": "<ACCOUNTID>.order.ForwardIfUnfulfilledItemsExistInFulfilmentChoice",
3 "props": {
4 "eventName": "ProcessOrder",
5 "excludedFulfilmentStatuses": "FulfilmentStatuses"
6 }
7}