It's my first time posting so I hope I'll do it right;
I'm building a multivendor platform but without all the multivendor plugins and for this I need to register successful orders. With this info I can calculate the admin fees for the different vendors. Right now I'm using the Make.com (Integromat) to sync all the orders from Woocommerce to Monday.com using Woocommerce's REST API. But I've got a problem...
An order from one customer can contain multiple items from different vendors. Example:
Order:
- 1x Cheese --> from Farmer A
- 2x Apples --> from Farmer B
- 1x Milk --> from Farmer C
As you can see in the picture I've got Woocommerce syncing with Monday.com for the basic order info. Now I just need a way to add the custom field "Supplier", that I added to each Woo Product, to show up in the line items of the order/checkout screen, but also sync to Monday.com using Make.com.
I'm a total code noob and I've been watching REST API and Postman videos like a mad man, but without results. Is there anybody who can point me in the right direction?
Breakdown question:
- add meta field "supplier" to orders line items
- sync "suppliers" shown in cart to Monday.com via Make.com using REST API
Any help would be greatly appreciated!