tiendanube_list_coupons
Retrieve discount coupons with filters by code, type, validity, and date ranges for campaign management and analytics.
Instructions
🎫 LIST ALL COUPONS - Retrieve a comprehensive list of discount coupons with advanced filtering options. Use this for promotional campaign management, coupon analytics, expired coupon cleanup, and marketing strategy analysis. Supports filtering by code, discount type (percentage/fixed), validity status, date ranges, and usage statistics. Essential for e-commerce marketing and sales optimization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1) | |
| per_page | No | Number of items per page (max 200) | |
| fields | No | Comma-separated list of fields to include in response | |
| since_id | No | Only return coupons with ID greater than this value | |
| code | No | Filter by coupon code | |
| type | No | Filter by coupon type | |
| valid | No | Filter by validity status | |
| created_at_min | No | Filter by minimum creation date (ISO 8601) | |
| created_at_max | No | Filter by maximum creation date (ISO 8601) | |
| updated_at_min | No | Filter by minimum update date (ISO 8601) | |
| updated_at_max | No | Filter by maximum update date (ISO 8601) |