Known issues
Get Matched Offers List API not working properly
Get Matched Offers List API not working properly
ID: 553456
No Fix
Published on 3/31/2022
•
Last update on 7/1/2024
Summary
The API Get Matched Offers List , documented here: https://developers.vtex.com/vtex-rest-api/reference/getofferslist, is not working properly when the user tries to insert the query params suggested.
The result brings only one product.
Simulation
- Use the API without any params: GET https://{accountName}.{environment}.com.br/api/offer-manager/pvt/offers
- The result will bring only 1 product as expected.
- Use the query param "rows": GET https://{accountName}.{environment}.com.br/api/offer-manager/pvt/offers?rows=20
- The result won't change
Workaround
Use similar APIs to get the information one product at time: https://developers.vtex.com/vtex-rest-api/reference/getproductoffers