Short answer: Drop the "BigCommerce → 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 |
|---|---|---|---|
Limit limit | string | Optional | — |
Status ID filter status_id | string | Optional | 11=Awaiting Fulfillment, 2=Shipped, 5=Cancelled |
Min Date Created min_date_created | string | Optional | Tue, 01 May 2026 00:00:00 GMT |
{"limit": "{{trigger.limit}}","status_id": "{{trigger.status_id}}","min_date_created": "Tue, 01 May 2026 00:00:00 GMT"}
[{"id": 100,"status": "Shipped","customer_id": 42,"total_inc_tax": "29.99"}]
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.