Fluent Commerce Logo
Docs

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 NameOrder 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

ParameterDescriptionData TypeRequired?
fulfilmentChoiceRefReference to the fulfilment choiceStringRequired
longitudeNew longitude coming from the eventDoubleRequired
latitudeNew latitude coming from the eventDoubleRequired

Exceptions

This rule does not directly throw any exception.

Configuration example

1{
2  "name":"<ACCOUNTID>.order.UpdateFulfilmentChoiceCoordinates",
3   "props":{}
4}

Version History

2023-08-03

v1.0.0

refers to plugin