Create, update and get a product from WooCommerce
Create, update and get a product from WooCommerce
Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.21 KB
{
"id": "187",
"name": "Create, update and get a product from WooCommerce",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "WooCommerce",
"type": "n8n-nodes-base.wooCommerce",
"position": [
430,
300
],
"parameters": {
"name": "n8n Sweatshirt",
"imagesUi": {
"imagesValues": []
},
"metadataUi": {
"metadataValues": []
},
"additionalFields": {
"description": "Stay warm with this sweatshirt!",
"regularPrice": "30"
}
},
"credentials": {
"wooCommerceApi": "woocommerce"
},
"typeVersion": 1
},
{
"name": "WooCommerce1",
"type": "n8n-nodes-base.wooCommerce",
"position": [
630,
300
],
"paramete...Showing first 1000 characters. Click "Expand" to view the full JSON.