UpdateFulfilmentChoiceCoordinates
Rule
Changed on:
7 Aug 2025
Overview
The rule updates longitude and latitude of the fulfilment choice delivery address based on the incoming event information.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Updates longitude and latitude of the delivery address based on the incoming event information.
Accepts
- FULFILMENT_CHOICE
Actions
- This rule updates the longitude and latitude of the delivery address based on the incoming event information.
Rule parameters
This rule does not identify any input parameters.
Event attributes
| Parameter | Description | Data Type | Required? |
| fulfilmentChoiceRef | Reference to the fulfilment choice | String | Required |
| longitude | New longitude coming from the event | Double | Required |
| latitude | New latitude coming from the event | Double | Required |
Exceptions
This rule does not directly throw any exception.
Configuration example
1{
2 "name":"<ACCOUNTID>.order.UpdateFulfilmentChoiceCoordinates",
3 "props":{}
4}