SearchInventoryAtLocations
Changed on:
8 Aug 2025
Overview
The rule searches inventory based on the incoming event information using virtual catalogue reference.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
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 event name triggered by this rule. |
| virtualCatalogueRef | Virtual Catalogue Ref to narrow down the inventory search. |
Event attributes
Exceptions
Configuration example
1{
2 "name":"<ACCOUNTID>.order.SearchInventoryAtLocations",
3 "props": {
4 "eventName":"EVENT_NAME",
5 "virtualCatalogueRef":"VirtRef"
6 }
7}