Fluent Commerce Logo
Docs

UpdateControlValue

Rule

Changed on:

12 Aug 2025

Overview

Updates the value of a control with the event attribute value.
Plugin NameInventory Reference Module
Namespace[[account.id]].globalinventory
The Inventory Reference Module is the foundation for inventory related implementations. It provides reference Workflows for inventory ingestion and processing. Extensible by design, use this Module as a base to build a solution to the needs of your customers.The Inventory Module includes the following areas:
  • Product Catalogue workflow
  • Inventory Catalogue workflow
  • Control Group workflow
  • Virtual Catalogue workflow

UI Description

Updates the value of a control with the event attribute value.

Accepts

  • CONTROL

Actions

  • This rule produces a MutationAction that will update the value and execution order of one control

Rule parameters

There are no input parameters for this rule.

Event attributes

ParameterDescriptionData TypeRequired?
controlValueThe value of the controlIntegerRequired
executionOrderOrder that the control is appliedIntegerRequired

Exceptions

There are no exceptions produced for this rule.

Configuration example

1{
2  "name": "FLUENTRETAIL.globalinventory.UpdateControlValue"
3}

Detailed Technical Description

The rule uses a MutationAction to update the control value and the execution order value of the control from the event attributes.

Version History

2023-08-03

v2.0.0

refers to plugin