hi there, need some help.
I’ve built out a scenario for a client that take orders from woocommerce and then creates bills in xero.
I am trying to add two variables to lines in a xero invoice, they are the Vendor ID and a Commission Amount. My client had her develpoers setup woocommerce to pass these variables through and I can see them in the outputs after running a test.
Now heres the issue, the variables are in an array, under meta data, so I need to run an iterator to get them.
I have been able to pass vendorID but for the life of me cannot pass the value for the Commision amount.
I need both so I can add them to the bill that is being created in Xero, the commision amount is no where to be seen when I satrt adding variables to the xero line items.
I hope this explains it, apologies if its not clear.
I’ve attached a screengrab, ignore the other two paths after the router, I’m only concentrating on the top path right now and making sure those variables get passed into the xero bill
thanks.