open-api
open-api copied to clipboard
[DOCS]: BREAKING CHANGE ANNOUNCEMENT
Is there an existing issue for this?
- [X] I have searched the existing issues
Link to Documentation Issue
https://developers.etsy.com/documentation/reference
What would you like to change?
We are just now pushing two changes to the OpenAPI that we need to make sure developers are aware of.
-
Shipping schema
profile_typewas returning as an integer as reported here: https://github.com/etsy/open-api/issues/323 The change has been made to return a string of "calculated" or "manual" instead of 0 or 1 respectively. -
The
listing_typewas mis-documented as a boolean and was returning 0 for "physical" and 1 for "digital". As well there was a 2 being returned for "both" as reported here: https://github.com/etsy/open-api/issues/321 The change is to return then strings "physical", "digital" or "both".
Why are you proposing this change?
No response