Woocommerce Integration [CREATED]

Wrongly posted to SuiteCRM, oops. In case you need any more inspiration, here comes the text:

@RicardoE105 thanks for asking.
Usecase 1:
I have a WooCommerce shop and a separate accounting solution. Whenever someone buys in the shop, it gets imported by the accounting solution, triggering a webhook. Using the reference ID I get the order information from WooCommerce (WooCommerce get order), make some calculations depending on delivery date and some other stuff (nodemation workflow), update the order accordingly (WooCommerce update order) and send the data to my accounting solution. At the end of the day I want a list of all due deliveries (WooCommerce list orders).
Usecase 2:
I have a userdata update form on a website. I want to feed the information to both WooCommerce (WooCommerce customer get/update) and to the accounting solution using a nodemation workflow.

Usecase 1 is more important. Cheers to you

1 Like