Short answer: Drop the "WooCommerce → Create Product" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Product Name name | string | Required | Product Name. Example: Premium T-Shirt |
Price regular_price | string | Required | Price. Example: 29.99 |
Description (HTML) description | string | Optional | Description (HTML) |
Short Description short_description | string | Optional | Short Description |
SKU sku | string | Optional | SKU. Example: TS-001 |
Type type | options | Optional | Type. Options: Simple, Variable, Grouped |
Status status | options | Optional | Status. Options: Published, Draft, Pending |
Stock Quantity stock_quantity | string | Optional | Stock Quantity. Example: 100 |
{"name": "e.g. Premium T-Shirt","regular_price": "e.g. 29.99","description": "{{trigger.description}}","short_description": "{{trigger.short_description}}","sku": "e.g. TS-001"}
{"id": 456,"sku": "TS-001","name": "Premium T-Shirt","price": "29.99","status": "publish"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.