I’m working on creating an automation that brings orders from Woocommerce over to Quickbooks. I’ve been able to make it work if there’s one product, but I need it to work if there’s several products.
The error I’m getting so far is: “Missing value of required parameter ‘Amount’.” I’m not sure where to find that.
I’ve realized that Quickbooks needs to map the ‘Item_ID’ So that’s why I search for products after the iterator module, and then bring it back into the aggregator.
Here’s some screenshots of what my automation looks like so far. The ‘Array’ used is from the aggregator where it puts the products list back into bundles.
If you’ve come across a video showing how to do this, or can help, Please let me know.