Short answer: You can list coupons in WooCommerce by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the WooCommerce List Coupons action to a workflow, map its 4 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 |
|---|---|---|---|
Per Page per_page | string | Optional | Per Page. e.g. "10" |
Page page | string | Optional | Page. e.g. "1" |
Coupon Code code | string | Optional | Filter by exact coupon code |
Search search | string | Optional | Search coupon codes |
{"per_page": "10","page": "1","code": "e.g. SAVE20","search": "e.g. summer"}
[{"id": 100,"code": "SAVE20","amount": "20.00","description": "20% off everything","usage_count": 15,"usage_limit": 100,"date_expires": "2025-12-31T23:59:59","discount_type": "percent"}]
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.