Short answer: Drop the "WooCommerce → List Orders" 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 |
|---|---|---|---|
Status status | options | Optional | Status. Options: Any, Pending, Processing, Completed, Cancelled, Refunded, Failed |
Per Page per_page | string | Optional | Per Page. e.g. "10" |
Page page | string | Optional | Page. e.g. "1" |
After Date after | string | Optional | ISO 8601 date — only orders created after this |
{"status": "{{trigger.status}}","per_page": "10","page": "1","after": "e.g. 2025-01-01T00:00:00"}
[{"id": 1001,"total": "59.98","status": "processing","billing": {"email": "customer@example.com","first_name": "John"},"line_items": [{"name": "T-Shirt","total": "59.98","quantity": 2}]}]
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.