Short answer: You can list orders in BigCommerce by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the BigCommerce List Orders action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.