ChangeStateForUnfulfilableFulfilment
Changed on:
29 Nov 2023
Overview
The matches the incoming fulfilment's from address ref to the system rejected ref provided in the input parameter and if it matches, changes the fulfilment status.
Plugin Name | Order Reference Module |
---|---|
Namespace | [[account.id]].order |
The is the foundation for order-related implementations. It provides reference workflows for , 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 ref for system rejected fulfilments |
status | The state to be applied to the fulfilment |
Event attributes
This does not directly identify any attributes.
Exceptions
This will throw an RubixException: 404 if store address ref not found for `systemRejectedLocationRef`
parameter or an exception occurred while getting Store address for ref.
Configuration example
1{
2 "name":"<ACCOUNTID>.order.ChangeStateForUnfulfilableFulfilment",
3 "props":{
4 "systemRejectedLocationRef":"{{systemRejectedLocationRef}}",
5 "status":"{{status}}"
6 }
7}
Version History
v1.0.0
refers to