AddFulfilmentTypeAttributeToFulfilment
Changed on:
8 Aug 2025
Overview
The rule adds an attribute with name`FULFILMENTTYPE` to incoming fulfilment with value based on the fulfilment type.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Adds an attribute with the name 'FULFILMENTTYPE' to incoming fulfilment with value based on the fulfilment type of the fulfilment. Also, in the case of CC_PFS fulfilment type, if the fromAddress location in fulfilment is the same as the pickup location from the parent order, the attribute value will be "CC_PFCP".
Accepts
- FULFILMENT
Actions
- This rule produces an action that triggers a GraphQL updateFulfilmentmutation.
Rule parameters
Event attributes
Exceptions
- if you couldn't find any fulfilment
- if you couldn't find any order
Configuration example
1{
2 "name":"<ACCOUNTID>.order.AddFulfilmentTypeAttributeToFulfilment",
3 "props": {}
4}