List sales
gumroad_list_salesList/filter the authenticated user's successful sales, most recent first. Supports date, email, product/order filters and cursor pagination via page_key. Gumroad REST: GET /v2/sales.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only sales after this date, formatted YYYY-MM-DD. | |
| No | Filter to sales to this buyer email. | ||
| before | No | Only sales before this date, formatted YYYY-MM-DD. | |
| order_id | No | Filter to a specific order id. | |
| page_key | No | Pagination cursor — pass the value from a previous response's next_page_key to fetch the next page. | |
| product_id | No | Filter to sales of this product id. |