Replies: 1 comment
-
In this discussion the user says that it also returns an array of errors. Of course we don't know if that behaviour is the same across the whole API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Found big hole in migration guide https://developers.etsy.com/documentation/migration/index . There is nothing about update in errors format, but many integration (ours for example) relies on errors from Etsy API.
From v2 documentations https://www.etsy.com/developers/documentation/getting_started/api_basics#section_standard_response_codes
As I can see, in v3 that approach was removed. And now we should rely on
error
field in response body json:So, the question: are messages in new
error
field still the same as were in oldX-Error-Detail
header? If not: how to map old and new error messages.It will be cool to have this info in migration guide.
Beta Was this translation helpful? Give feedback.
All reactions