Error approving skus that were rejected or reviewed by Offer Quality
ID: 940998
Fixed
Published on 11/23/2023
•
Last update on 3/25/2024
Summary
When a sku fails the Offer Quality rules created by the Marketplace, it goes directly to the "Review Tab" or "Rejected Tab" of Received Skus.
However, when trying to approve the sku, an error message is returned: "Sorry, something went wrong in the Catalog. Please try again or contact VTEX if the problem persists."
This happens because the Matcher module was not able to fill the product and sku information after sending the sku to these Tabs (you can check this using the APIs):

Simulation
- Create an optional or mandatory rule on Offer Quality;
- Wait for a sku to fail the rule and go to the Review/Rejected Tab;
- Try to approve the sku and get an error message;
- Check via API if the matches object is filled like the image above.
Workaround
Approve the sku via API passing the correct product and sku information manually.