Fluent Commerce Logo
Docs
Sign In

SearchInventoryAtLocations

Rule

Changed on:

29 Nov 2023

Overview

The searches based on the incoming information using virtual catalogue reference.

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

Searches inventory based on the incoming event information using virtual catalogue with ref {virtualCatalogueRef}. Sends event {eventName}.

Accepts

  • ORDER

Actions

  • This rule searches inventory based on the incoming event information using virtual catalogue with ref {virtualCatalogueRef} and forwards the input event with name eventName with virtualPositions attributes.

Rule parameters

Parameter

Description

eventName

The name triggered by this .

virtualCatalogueRef

Virtual Catalogue Ref to narrow down the search.

Event attributes

This does not directly identify any attributes.

Exceptions

This does not explicitly identify any exceptions.

Configuration example

1{
2  "name":"<ACCOUNTID>.order.SearchInventoryAtLocations",
3  "props": {
4    "eventName":"EVENT_NAME",
5    "virtualCatalogueRef":"VirtRef"
6  }
7}

Version History

2023-08-03

v1.0.0

refers to