Fluent Commerce Logo
Docs
Sign In

UpdateFulfilmentChoiceCoordinates

Rule

Changed on:

28 Nov 2023

Overview

The updates longitude and latitude of the fulfilment choice delivery address based on the incoming information.

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

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

Double

Required

latitude

New latitude coming from the

Double

Required

Exceptions

This 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