n8n-docs/docs/integrations/credentials/wooCommerce.md
2022-04-13 09:56:05 +01:00

24 lines
957 B
Markdown

# WooCommerce
You can use these credentials to authenticate the following nodes with WooCommerce.
- [WooCommerce](/integrations/nodes/n8n-nodes-base.wooCommerce/)
- [WooCommerce Trigger](/integrations/trigger-nodes/n8n-nodes-base.wooCommerceTrigger/)
## Prerequisites
Install the [WooCommerce](https://woocommerce.com/) plugin on your WordPress website.
## Using Access Token
1. Access your WordPress dashboard.
2. Select 'Settings' from the ***WooCommerce*** dropdown list.
3. Click on the ***Advanced*** tab.
4. Click on ***REST API***.
5. Click on the ***Create an API Key*** button.
6. Enter the necessary details.
7. Select 'Read/Write' from the ***Permissions*** dropdown list.
8. Click on the ***Generate API Key*** button.
9. Use your WooCommerce website URL, Consumer key & Consumer secret with your WooCommerce node credentials in n8n.
![Getting WooCommerce credentials](/_images/integrations/credentials/woocommerce/using-access-token.gif)