This template is ideal for ecommerce founders, dropshippers, Shopify store owners, product managers, and agencies who want to automate product listing creation. It removes manual work by generating titles, descriptions, tags, bullet points, alt text, and SEO metadata directly from a product image and basic input fields.
This workflow starts with a webhook that receives product information along with an uploaded image.
The image is uploaded to an online image host so it can be used inside Shopify.
At the same time, the image is analyzed by Google Gemini using your provided product name, material type, and details.
Gemini returns structured JSON containing:
The workflow cleans and parses the AI output, merges it with the uploaded image URL, and constructs a complete Shopify product payload.
Finally, it creates a new product in Shopify automatically using the generated content and the provided product variants, vendor, options, and product type.
file, product_name, material_type, and extra fields.