Automate creating a new product in WooCommerce, updating its stock quantity, and retrieving the product details in a simple linear workflow.
This n8n workflow demonstrates a straightforward automation for managing WooCommerce products. It starts with a manual trigger, creates a new product (e.g., 'n8n Sweatshirt' priced at $30 with a description), updates its stock quantity to 100 using the generated product ID, and finally retrieves the updated product details. All operations use the WooCommerce node, requiring only WooCommerce API credentials.
The benefits include rapid prototyping of e-commerce automations, reducing manual data e
Platform
n8n
Category
Development & IT
Price
$12.99
Creator
Jordi Faber
WooCommerce
e-commerce
inventory management
product creation
stock update
API automation
n8n workflow
commerce
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.