Short answer: Drop the "Shopify → Count 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, Open, Closed, Cancelled |
Financial Status financial_status | options | Optional | Financial Status. Options: Any, Paid, Pending, Refunded |
Created After created_at_min | string | Optional | ISO 8601 date |
Created Before created_at_max | string | Optional | ISO 8601 date |
{"status": "{{trigger.status}}","financial_status": "{{trigger.financial_status}}","created_at_min": "e.g. 2025-01-01T00:00:00Z","created_at_max": "e.g. 2025-12-31T23:59:59Z"}
{"count": 247}
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.