This image shows the Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite. This flow is triggered by a
REST service in the main integration flow. As parameters, it receives prodgroupid
and prodgroupname
of the inventory item associated with the opportunity won in Oracle Engagement Cloud. Using these parameters, the flow checks
if the corresponding inventory item record exists in NetSuite. If the record exists, it returns the internal ID of the record
to the main flow. If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item
record in NetSuite and returns the internal ID of this record to the main flow.