Changed on:
23 Oct 2024
Conditionally send an event to the Virtual Catalog (specified by its Reference) if it passes the "Network-Match-Check".
A Virtual Catalog passes the "Network-Match-Check" when its Network(s) finds a match with a given Inventory Position Location Network(s).
The `Rule NotifyVirtualCataloguesByRefsOnNetworksMatch`
`NotifyVirtualCatalogueOnNetworkMatch`
`NotifyVirtualCataloguesByRefsOnNetworksMatch`
`NotifyVirtualCatalogueOnNetworkMatch`
Plugin Name | Inventory 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:
Forward the event with name {eventName} to the virtual catalogue with ref {virtualCatalogueRef} if the current Inventory Positions location’s network ref is listed in the virtual catalogue's networkIds.
Name | Type | Description |
|
| The name of the event to be triggered |
|
| The reference of the virtual catalog to be notified |
This Rule does not expect any Event attributes.
`PropertyNotFoundException`
`RubixException`
`virtualCatalogueRef`
1{
2 "name": "[[account.id]].globalinventory.NotifyVirtualCatalogueOnNetworkMatch",
3 "props": {
4 "eventName": "VirtualCatalogueEvent",
5 "virtualCatalogueRef": "VC_ref"
6 }
7}
Language: json
This Rule conditionally produces a SendEventAction. The Rule condition is defined by the "Network-Match-Check", including the following steps:
`id`
`virtualCatalogueRef`
`networkIds`
`{eventName}`
The generated event contains the following event attributes:
Parameter | Description | Notes |
| Inventory Position reference | Legacy attribute |
| Location reference | Taken from the Inventory Position |
| Product reference | Taken from the Inventory Position |
| Inventory Position reference | Taken from
|
| Inventory Catalog reference | Legacy attribute |
This Rule has been extended with a pagination logic to ensure correct execution when a given Location belongs to more than 10 Networks, and the Virtual Catalog to be updated has a Network outside the first 10 Networks fetched.
The Rule Version refers to the Product Release Version.
refers to the plugin
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.