Woocommerce orders to hubspot deals

That JSON you shared above I guess is what the Woocomerce trigger returns when an order is created right? Ok, I did some digging and It seems like to do such thing, you need the resources: line item and the deal line item. Sadly, those resources are not currently available in the node.

You have two options:

  1. Make a feature request here in the community.
  2. Use the HTTP node to consume those APIs.

The flow should look something like this:

Trigger start the workflow every time on order.created - Woocomerce Trigger
Using the information from the order you create a line time in Hubspot - HTTP node
You create a deal in Hubspot - Hubspot node or HTTP node
You associate the deal with the line item - HTTP node