The InventoryReference 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:
All the event attributes of the incoming event are parsed/deserialized into a "Product" object which has the following structureAn example JSON payload that represents the event attributes of an incoming eventThe rule does not take any parameters from the workflow but the eventattribute and parses/deserializes that into a product object outlined as below. If anything goes wrong with the deserialization of the eventattribute data, a runtime error will be thrown.