Skip to main content

Generate Shopify product listings from images with Gemini AI and Airtable

Workflow preview

Workflow preview
100%
Generate Shopify product listings from images with Gemini AI and Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Shopify Digital Product Automation (from just and image to complete Shopify product page.) This Shopify Digital Product Automation is an advanced n8n powered workflow that leverages AI (Google Gemi...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.noop, n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.switch, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by MANISH KUMAR.

Original n8n.io source

1.1 Workflow description

Title
Generate Shopify product listings from images with Gemini AI and Airtable
Workflow name
Generate Shopify product listings from images with Gemini AI and Airtable

Shopify Digital Product Automation

(from just and image to complete Shopify product page.)

This Shopify Digital Product Automation is an advanced n8n-powered workflow that leverages AI (Google Gemini), Airtable, and Shopify API to generate product details from images and automatically post them to Shopify. It fully automates the process β€” from uploading images to publishing Shopify products β€” with minimal manual effort.


πŸ’‘ Key Advantages

Our Shopify Digital Product Automation offers five core advantages:

  • πŸ”— Shopify Product Sync β€” Automatically posts product details including title, description, SEO fields, and matched category to Shopify.
  • ✍️ AI-Powered Product Generation β€” Gemini analyzes uploaded images and generates engaging, SEO-friendly product titles, descriptions, and metadata.
  • πŸ—‚οΈ Structured Output β€” Outputs JSON-ready product data compatible with Shopify, ensuring smooth automation.
  • πŸ“„ Airtable Integration β€” Tracks uploaded images, analyzed data, and generated products to prevent duplication.
  • πŸ“€ End-to-End Automation β€” Handles the complete workflow from image upload to Shopify posting without manual intervention.

βš™οΈ How It Works

The workflow follows a step-by-step automated process:

Step-by-Step Process

  1. Upload Images – Add your digital artwork or poster images to Google Drive and record them in Airtable.
  2. Image Analysis – AI fetches new images and analyzes visual elements like characters, series, poster text, and style.
  3. Store Analysis Results – Updates analyzed data in Airtable and marks images as Used.
  4. Fetch Shopify Collections – Retrieves current collections from your Shopify store for category matching.
  5. Generate Product Details – Gemini generates product title, description, matched category, SEO page title, meta description, and URL handle.
  6. Save Generated Products – Stores generated product details in Airtable and marks them as generated.
  7. Post Products to Shopify – Automatically creates new products in Shopify using the API.
  8. Update Status – Marks products as posted in Airtable after successful posting.

πŸ› οΈ Setup Steps

Required Node Configuration

To implement this workflow, configure the following n8n nodes:

  • Trigger Node – Start workflow manually or via scheduler.
  • Airtable Node – Fetch raw images and store processed product details.
  • Google Drive Node – Access image files.
  • HTTP Request Node – Fetch Shopify collections.
  • Code Node – Refine AI outputs and format product data.
  • Split & Limit Nodes – Process images and products in batches.
  • LangChain / Gemini Node – Generate product titles, descriptions, and SEO data.
  • Shopify Node – Create products via Shopify API.
  • Status Update Node – Update Airtable with processing and posting status.

πŸ” Credentials Required

Before running the workflow, ensure you have the following credentials configured:

  • Shopify Access Token – For posting products and fetching collections.
  • Gemini API Key – For AI-powered product generation.
  • Airtable API Key – For storing and tracking workflow data.
  • Google Drive OAuth – To access image files.

πŸ‘€ Ideal For

This automation workflow is designed for:

  • Shopify store owners managing hundreds of digital products
  • Ecommerce teams automating product listings
  • Marketing teams needing scalable, AI-driven product content workflows

πŸ’¬ Bonus Tip

The workflow is fully modular and customizable. You can extend it to:

  • Automatically assign prices or discounts
  • Multi-language product description generation
  • Social media promotion of new products
  • Email campaign integration

All extensions can be implemented within the same n8n flow, making it a complete digital product automation solution.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - start

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - do nothing

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 3 - store_id

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - get_raw_image_table_data

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 5 - filter_raw_row

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 6 - loop_image_analyzation

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 7 - get_collection_data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - refine_collection_output

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - limit_1

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 10 - download_image

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - analyze_image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 12 - update_image_data

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 13 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 14 - Auto-fixing Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserAutofixing - outputParserAutofixing
Config choices
Version 1

Block 15 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 16 - limit_

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 17 - update_product_details

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 18 - update_drive_file_id

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 19 - get_analyzed_row

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 20 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 21 - do nothing1

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 22 - get_product_table

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 23 - product_info_creation

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 24 - limit_2

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate Shopify product listings from images with Gemini AI and Airtable
Complexity advanced
Nodes 33
Categories Content Creation, Multimodal AI
Author MANISH KUMAR
Published 22 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10008/10008.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate Shopify product listings from images with Gemini AI and Airtable do?

Shopify Digital Product Automation (from just and image to complete Shopify product page.) This Shopify Digital Product Automation is an advanced n8n powered workflow that leverages AI (Google Gemi...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.