gumroad_list_sales
List sales from a Gumroad account with optional filters by product, buyer email, or date range.
Instructions
List sales from a Gumroad account. Filter by product, email, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Gumroad access token | |
| product_id | No | Filter by product ID | |
| No | Filter by buyer email | ||
| after | No | Sales after this date (YYYY-MM-DD) | |
| before | No | Sales before this date (YYYY-MM-DD) | |
| page | No | Page number for pagination |