Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Shopify Multilingual Product Copy with n8n & Gemini 2.5 Flash Lite Use for free Created by Weiser22 · Last update 2025 09 02 Categories: E commerce, Product Content, Translation, Computer V...
n8n-nodes-base.manualtrigger, n8n-nodes-base.shopify, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Weiser22.
Original n8n.io sourceUse for free
Created by <Weiser22> · Last update 2025-09-02
Categories: E-commerce, Product Content, Translation, Computer Vision
Generate language-specific Shopify product copy (ES, DE, EN, FR, IT, PT) from each product’s main image and metadata. The workflow performs a vision analysis to extract objective, verifiable details, then produces product names, descriptions, and handles per language, and stores the results in Google Sheets for review or publishing.
models/gemini-2.5-flash-lite (supports image input). Confirm pricing/limits in your account before scaling. images[0].src; add a fallback if some products lack a primary image. id vs product_id). es,de,en,fr,it,pt), each with shopify_product_name, shopify_description, handle.images[0].src with an objective, 3–5 sentence prompt. limit/filters. ={{ $json.images[0].src }} resolves to a public image URL. product_id, lang, handle, shopify_product_name, shopify_description, base_handle_es. documentId and tab name; confirm the matching column.{
"es": {"shopify_product_name": "", "shopify_description": "", "handle": ""},
"de": {"shopify_product_name": "", "shopify_description": "", "handle": ""},
"en": {"shopify_product_name": "", "shopify_description": "", "handle": ""},
"fr": {"shopify_product_name": "", "shopify_description": "", "handle": ""},
"it": {"shopify_product_name": "", "shopify_description": "", "handle": ""},
"pt": {"shopify_product_name": "", "shopify_description": "", "handle": ""}
}
product.update step to write finalized copy/handles. images[0].src is missing and generate copy from title + body only. images[0].src is reachable. This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate multilingual Shopify product descriptions with Gemini 2.5 Vision AI |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Content Creation, Multimodal AI |
| Author | Weiser22 |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8179/8179.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Shopify Multilingual Product Copy with n8n & Gemini 2.5 Flash Lite Use for free Created by Weiser22 · Last update 2025 09 02 Categories: E commerce, Product Content, Translation, Computer V...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.