Hi.
I have a api which gets consumed data from an IT-supplier of licenses which we use a source for feeding our ERP-system. This works great.
But we would like to create some flow that make sure that the products is automatically created in the ERP system if case we have not created it yet (the product need to be created in the ERP-system to get written by the api).
The return from our IT-supplier has, what I think, an array called Charges. If a customer has f.eks. 10 products in return charges(0), charges(1) etc. with materialnumber and product description. This is what we need to create the product in erp.
The return in the screenshot is 103 items, that means 103 companies. Then the charges array which is the product the customer has used inside as an array I think.
What we want is the end is a list with Materialnumber and Productdescription so we can see which products is being invoiced, and if needed, we can create them from this data.