We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →How to create an RPA flow for WooCommerce Data in UiPath Studio
Use the WooCommerce ODBC Driver to create workflows that access real-time WooCommerce data without any coding.
UiPath is a Robotic Process Automation (RPA) platform with rich features and an easy-to-use UI that enables non-developers to create process automation. By using UiPath Studio, you can build an RPA program just like drawing a diagram. With the CData ODBC Driver for WooCommerce, users can embed WooCommerce data in the workflow.
This article walks through using the WooCommerce ODBC Driver in UiPath Studio to create an RPA program that accesses WooCommerce data.

Configure the Connection to WooCommerce
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
WooCommerce supports the following authentication methods: one-legged OAuth1.0 Authentication and standard OAuth2.0 Authentication.
Connecting using one-legged OAuth 1.0 Authentication
Specify the following properties (NOTE: the below credentials are generated from WooCommerce settings page and should not be confused with the credentials generated by using WordPress OAuth2.0 plugin):
- ConsumerKey
- ConsumerSecret
Connecting using WordPress OAuth 2.0 Authentication
After having configured the plugin, you may connect to WooCommerce by providing the following connection properties:
In either case, you will need to set the Url property to the URL of the WooCommerce instance.
Now you are ready to use WooCommerce data ODBC DSN in UiPath Studio with the following steps.
With the connection configured, we are ready to query WooCommerce data in our RPA.
With the Connection and Execute Query activities configured, we are ready to add a Write CSV activity to the Flowchart to replicate the WooCommerce data.
If they are not already connected, connect each Activity that you created to complete the RPA project for extracting WooCommerce data and exporting it to CSV. Click Run to extract WooCommerce data and create a CSV file. In this article, we used the CData ODBC Driver for WooCommerce to create an automation flow that accesses WooCommerce data in UiPath Studio. Download a free, 30-day trial of the ODBC Driver and start working with live WooCommerce data in UiPath Studio today!
Connect UiPath Studio to WooCommerce Data
Create an Execute Query Activity
Create Write CSV Activity
Connect the Activities and Run the Flowchart