Hello all, I’ve set up a REST API key and secret via WooCommerce and am trying to leverage those to pull data from WooCommerce pertaining to orders that we’re having synced to Hubspot as Deals. I’m trying to do this using the Workflow Webhooks.
I’m looking for some very basic understanding of how to use the consumer_key and consumer_secret that was generated by WooCommerce to make the GET request.
I’ve seen this in the API documentation from WC:https://local.wordpress.dev/wp-json/wc/v2/orders?consumer_key=XXXX&consumer_secret=XXXX
However, I’m assuming the best practice would be to use the “API Key” option in the configuration, rather than passing these through as parameters.
Any insight on how to navigate the setup here?
