Reviews Filtering, Google Merchant Category & New API Docs Section
We’re excited to be working on the OpenTiendas API again after a few busy months.
This update adds powerful filtering for Reviews, exposes Google Merchant Category on Categories, and introduces a new documentation section focused on Filtering & sorting.
Reviews: Filtering & sorting on list endpoint
The List Reviews endpoint now supports filtering and sorting through explicit query parameters.
This makes it easier to:
- Build moderation and backoffice tooling
- Sync subsets of reviews reliably
- Query large datasets without extra client-side processing
Filtering remains fully compatible with pagination and ordering.
Example:
GET /api/v1/reviews?type=product&product_id=2532&status=published&sort=rating_desc
If you’re implementing filters, refer to our conventions and supported parameters in:
Categories: Google Merchant Category field
The Categories endpoint now exposes the Google Merchant Category field.
This improves catalog management for:
- Merchant Center feeds
- Ads campaigns
- External integrations that require taxonomy mapping
By providing this field directly from the API, you can reduce external dependencies and avoid duplicating category mapping logic outside OpenTiendas.
What’s next?
- More list endpoints adopting the same filtering conventions.
- First version of the products endpoint.
Check out the updated API documentation and start using these improvements in your integrations.

