Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect soft errors #5

Open
bfontaine opened this issue Jul 17, 2023 · 1 comment
Open

Detect soft errors #5

bfontaine opened this issue Jul 17, 2023 · 1 comment

Comments

@bfontaine
Copy link
Member

bfontaine commented Jul 17, 2023

Some routes return a 200 OK response that contain an error. For example, /V1/products/special-price returns a 200 even if the product(s) we updated don’t exist. We could add an option to detect them and "fix" the response code, like in pybigbuy.

@bfontaine
Copy link
Member Author

Another example: the route for base products returns 200 OK with [{"message":"Invalid attribute %fieldName = %fieldValue.","parameters":["SKU","..."]}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant