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
마케팅