WooCommerceでの製品の作成・更新・取得
初級
これはProduct分野の自動化ワークフローで、4個のノードを含みます。主にWooCommerce, ManualTriggerなどのノードを使用。 WooCommerceで商品の作成・更新・取得
前提条件
- •特別な前提条件なし、インポートしてすぐに使用可能
使用ノード (4)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "187",
"name": "Create, update and get a product from WooCommerce",
"nodes": [
{
"name": "「実行」クリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
300
],
"parameters": {},
"typeVersion": 1,
"id": "--0"
},
{
"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,
"id": "WooCommerce-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,
"id": "WooCommerce1-2"
},
{
"name": "WooCommerce2",
"type": "n8n-nodes-base.wooCommerce",
"position": [
830,
300
],
"parameters": {
"operation": "get",
"productId": "={{$node[\"WooCommerce\"].json[\"id\"]}}"
},
"credentials": {
"wooCommerceApi": "woocommerce"
},
"typeVersion": 1,
"id": "WooCommerce2-3"
}
],
"active": false,
"settings": {},
"connections": {
"WooCommerce-1": {
"main": [
[
{
"node": "WooCommerce1-2",
"type": "main",
"index": 0
}
]
]
},
"WooCommerce1-2": {
"main": [
[
{
"node": "WooCommerce2-3",
"type": "main",
"index": 0
}
]
]
},
"--0": {
"main": [
[
{
"node": "WooCommerce-1",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
初級 - プロダクト
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
`release` で始まるすべてのストーリーを取得して公開する
全てのストーリーを取得し、Storyblokで公開する
Storyblok
Manual Trigger
Storyblok
Manual Trigger
3 ノードghagrawal17
プロダクト
WooCommerce服装カタログのAI仮想試着
WooCommerce服装カタログのAI仮想試着自動生成
If
Set
Wait
+
If
Set
Wait
21 ノードDavide
営業
リンクのプレビューを確認
リンクプレビューを確認
If
Peekalink
Manual Trigger
+
If
Peekalink
Manual Trigger
5 ノードghagrawal17
ビルディングブロック
Customer.io で顧客を作成し、セグメントに追加
Customer.io で顧客を作成し、セグメントに追加する
Customer Io
Manual Trigger
Customer Io
Manual Trigger
3 ノードghagrawal17
営業
Snowflake でテーブルを作成し、テーブル内のデータを挿入して更新
Snowflake でテーブルを作成し、テーブル内のデータを挿入し、更新する
Set
Snowflake
Manual Trigger
Set
Snowflake
Manual Trigger
6 ノードghagrawal17
エンジニアリング
MailerLiteノードを使用した購読者の作成・更新・取得
MailerLiteノードを使用した購読者の作成・更新・取得
Mailer Lite
Manual Trigger
Mailer Lite
Manual Trigger
4 ノードghagrawal17
マーケティング