ChangeStateForUnfulfilableFulfilment
Changed on:
29 Nov 2023
Overview
The rule matches the incoming fulfilment's from address location ref to the system rejected location ref provided in the input parameter and if it matches, changes the fulfilment status.
Plugin Name | Order Reference Module |
---|---|
Namespace | [[account.id]].order |
The Order Reference Module is the foundation for order-related implementations. It provides reference workflows for click & collect, home delivery and mixed baskets and those needed to build your own. Extensible by design, use this Module as a base to build a solution to your customers' needs.
UI Description
Matches the incoming fulfilment's from address location ref to the system rejected location ref provided in the input parameter and if it matches, changes the fulfilment status to the status provided in the input parameter.
Accepts
- FULFILMENT
Actions
- This rule triggers updateFulfilment mutation which changes the fulfilment status to given {status} if its fromAddress matches the location {systemRejectedLocationRef} parameter.
Rule parameters
Parameter | Description |
systemRejectedLocationRef | The location ref for system rejected fulfilments |
status | The state to be applied to the fulfilment entity |
Event attributes
This rule does not directly identify any event attributes.
Exceptions
This rule will throw an RubixException: 404 if store address ref not found for
`systemRejectedLocationRef`
Configuration example
1{
2 "name":"<ACCOUNTID>.order.ChangeStateForUnfulfilableFulfilment",
3 "props":{
4 "systemRejectedLocationRef":"{{systemRejectedLocationRef}}",
5 "status":"{{status}}"
6 }
7}
Language: json
Version History
v1.0.0
refers to plugin