{"section":"known-issues","requestedLocale":"en","requestedSlug":"auto-approve-api-accepts-any-values","locale":"en","slug":"auto-approve-api-accepts-any-values","path":"docs/en/known-issues/Catalog/auto-approve-api-accepts-any-values.md","branch":"main","content":"## Summary\n\n\nCurrently, the autoapprove API is not checking if the seller exists, potentially leading to incorrect configurations.\n\n/suggestions/configuration/autoapproval/toggle/seller/1a?sellerId=\n\nIf the seller id above is sent, for instance, using a different case sensitive character: Myseller instead of myseller, the API will respond with 200OK and the autoapprove will, misleadingly, be set as true. However, the seller itself will not have its autoapprove activated, since the string needs to be an exact match for it to work.\n\n\n\n\n#### Simulation\n\n\n\n1. Using the autoapprove settings API, set a string similar to the seller, but not an exact match\n2. Check that this value will be set as true and the API will not respond with a message indicating that there is not existing seller for that value\n3.\n\n\n#### Workaround\n\n\nIf your autoapprove is not working, double check if there's any character with a different case or slight difference."}