在WooCommerce中创建、更新和获取产品
初级
这是一个Product领域的自动化工作流,包含 4 个节点。主要使用 WooCommerce, ManualTrigger 等节点。 在WooCommerce中创建、更新和获取产品
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "187",
"name": "在WooCommerce中创建、更新和获取产品",
"nodes": [
{
"name": "点击“执行”时",
"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
],
"parameters": {
"operation": "update",
"productId": "={{$node[\"WooCommerce\"].json[\"id\"]}}",
"updateFields": {
"stockQuantity": 100
}
},
"credentials": {
"wooCommerceApi": "woocommerce"
},
"typeVersion": 1
},
{
"name": "WooCommerce2",
"type": "n8n-nodes-base.wooCommerce",
"position": [
830,
300
],
"parameters": {
"operation": "get",
"productId": "={{$node[\"WooCommerce\"].json[\"id\"]}}"
},
"credentials": {
"wooCommerceApi": "woocommerce"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"WooCommerce": {
"main": [
[
{
"node": "WooCommerce1",
"type": "main",
"index": 0
}
]
]
},
"WooCommerce1": {
"main": [
[
{
"node": "WooCommerce2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "WooCommerce",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 产品
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
获取所有以 `release` 开头的故事并发布
获取所有故事并在 Storyblok 中发布
Storyblok
Manual Trigger
3 节点ghagrawal17
产品
WooCommerce服装目录的AI虚拟试穿
WooCommerce服装目录的AI虚拟试穿自动生成
If
Set
Wait
+7
21 节点Davide
销售
检查链接预览
检查链接预览
If
Peekalink
Manual Trigger
+1
5 节点ghagrawal17
构建模块
创建频道、添加成员并向频道发布消息
在 Mattermost 中创建频道、添加成员并向频道发布消息
Mattermost
Manual Trigger
4 节点ghagrawal17
构建模块
在 Customer.io 中创建客户并将其添加到细分
在 Customer.io 中创建客户并将其添加到细分
Customer Io
Manual Trigger
3 节点ghagrawal17
销售
在 Snowflake 中创建表,并插入和更新表中的数据
在 Snowflake 中创建表,并插入和更新表中的数据
Set
Snowflake
Manual Trigger
6 节点ghagrawal17
工程