Short answer: Drop the "WooCommerce → List Products" 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 |
|---|---|---|---|
Per Page per_page | string | Optional | Per Page. e.g. "10" |
Page page | string | Optional | Page. e.g. "1" |
Status status | options | Optional | Status. Options: Any, Published, Draft, Pending |
Category ID category | string | Optional | Category ID. Example: 15 |
{"per_page": "10","page": "1","status": "{{trigger.status}}","category": "e.g. 15"}
[{"id": 123,"sku": "TS-001","name": "T-Shirt","price": "29.99","status": "publish","stock_quantity": 50}]
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.