open-api icon indicating copy to clipboard operation
open-api copied to clipboard

[DOCS]: BREAKING CHANGE ANNOUNCEMENT

Open etsyachristensen opened this issue 3 years ago • 0 comments

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.

  1. Shipping schema profile_type was 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.

  2. The listing_type was 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

etsyachristensen avatar Jan 20 '22 18:01 etsyachristensen