UpdateFulfilmentChoiceCoordinates
Changed on:
28 Nov 2023
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 |
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
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}
Language: json
Version History
v1.0.0
refers to plugin