WooCommerce
Connect to your users’ WooCommerce accounts.
Setup Guide
You can find your WooCommerce app credentials in your WooCommerce Developer Account.
Connecting to WooCommerce
Once your users have connected their WooCommerce account, you can use the Paragon SDK to access the WooCommerce API on behalf of connected users.
See the WooCommerce REST API documentation for their full API reference.
Any WooCommerce API endpoints can be accessed with the Paragon SDK as shown in this example.
Building WooCommerce workflows
Once your WooCommerce account is connected, you can add steps to perform the following actions:
-
Create Customer
-
Get Customer by ID
-
Search Customers
-
Update Customer
-
Delete Customer
-
Create Order
-
Get Order by ID
-
Search Orders
-
Update Order
-
Delete Order
-
Create Product
-
Get Product by ID
-
Search Products
-
Update Product
-
Delete Product
You can also use the WooCommerce Request step to access any of WooCommerce’s API endpoints without the authentication piece.
When creating or updating records in WooCommerce, you can reference data from previous steps by typing {{
to invoke the variable menu.
Was this page helpful?