I’m reaching out to request a small but impactful improvement to the Envato Market Purchases API (/v3/market/buyer/list-purchases
).
Currently, the API supports filtering using the filter_by
parameter with values like:
wordpress-themes
wordpress-plugins
If I remove the filter_by
it returns Themes/Plugins Along with other purchases
- WordPress themes
- WordPress plugins
- Videos (VideoHive)
- Graphics (GraphicRiver)
- Audio (AudioJungle)
- Logos, templates, fonts, etc.
However, there’s no way to retrieve both themes and plugins in a single request. As a result, we are required to make two separate API calls per user, which significantly increases API usage and risks hitting rate limits, especially when working with thousands of Envato accounts.
Feature Request:
Introduce a new filter value:
filter_by=wordpress
: This should include bothwordpress-themes
andwordpress-plugins
in a single response.
ORfilter_by[]=wordpress-themes&filter_by[]=wordpress-plugins
: These should also include both themes and plugins in single response.
Last Updated: Changes to /buyer/list-purchases Envato API endpoint.