Auto-generate product descriptions with Azure OpenAI for Adobe Commerce/Magento
๐๏ธ Automated Product Description Generation for Adobe Commerce (Magento 2) Description This n8n template demonstrates how to automatically generate product descriptions for items in Adobe Commerce (Magento 2) that ar...
Template notes
๐๏ธ Automated Product Description Generation for Adobe Commerce (Magento 2)
Description This n8n template demonstrates how to automatically generate product descriptions for items in Adobe Commerce (Magento 2) that are missing one.
The workflow retrieves product data, converts raw attribute values (like numeric IDs) into human-readable labels, and passes the enriched product data to an LLM (Azure OpenAI by default). The LLM generates a compelling description, which is then saved back to Magento using the API.
This ensures all products have professional descriptions without manual writing effort.
Use cases include: - Auto-generating missing descriptions for catalog completeness. - Creating consistent descriptions across large product datasets. - Reducing manual workload for content managers. - Tailoring descriptions for SEO and customer readability.
---
Good to know - All attribute options are resolved to human-readable labels before being sent to the LLM. - The flow uses Azure OpenAI, but you can replace it with OpenAI, Anthropic, Gemini, or other LLM providers. - The LLM prompt can be customised to adjust tone, length, SEO-focus, or specific brand style. - Works out-of-the-box with Adobe Commerce (Magento 2) APIs, but can be adapted for other ecommerce systems.
---