Api Review - Issue listing reviews with filters

Estou consumindo a api Get a list of Reviews e tentando utilizar os filtros mas aparentemente não funcionam ou geram conflitos se utilizados juntos.

Exemplo da requisição:
https://account.myvtex.com/reviews-and-ratings/api/reviews?from=0&to=10&order_by=:asc&status=false&product_id=1

Esta consulta esta retornando todos os reviews do produto (ID) sem considerar o status e aparentemente o order_by tambem não está realizando nenhuma ação, mesmo quando alterado permanece a mesma ordenação.

A requisição esta errada ou realmente não é possível passar mais de um parametro como filtro?

It’s been two years and this is still failing, I found that it works better if u use the productid inside search_term and not product_id, it seems that filters overlaps.
I dont think using product id inside search_term it’s the best approach but apparently it works better.
https://{app}{env}.com/reviews-and-ratings/api/reviews?search_term={product_id}&status=true&from=0&to=10

Kit Products Displaying Incorrect Trade Policies

Problem:

I have product kits that share trade policies for SP and GO. However, when searching for a product in the app using a SP zip code, products from the GO price table also appear.

Expected Behavior:

The search should only display products linked to the trade policy for the state corresponding to the zip code entered (in this case, SP).

Questions:

  • Is this expected behavior in VTEX?
  • Is there any configuration to make the search respect the zip code and the configured trade policies?

I appreciate if anyone has run into something similar or has suggestions to fix it!