You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Another example: the route for base products returns 200 OK with [{"message":"Invalid attribute %fieldName = %fieldValue.","parameters":["SKU","..."]}]
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.The text was updated successfully, but these errors were encountered: