SearchInventoryAtLocations
Changed on:
29 Nov 2023
Overview
The rule searches inventory based on the incoming event information using virtual catalogue reference.
Plugin Name | Order 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
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
This rule does not directly identify any event attributes.
Exceptions
This rule 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}
Language: json
Version History
v1.0.0
refers to plugin