Releases: etsy/open-api
Releases · etsy/open-api
3.0.0 General Release 2022-09-20
Changes
- Fixed issue with digital made_to_order listings getting converted to instant download listings when updated. See #585
3.0.0 General Release 2022-09-19
Changes
- Fixed bug where deleting listing images that are linked to variations causes downstream issues with inventory etc. See #570
3.0.0 General Release 2022-09-13
Changes
- Fixed issue with "materials" in listing object data being overridden by "General Material" property value. See #463
- Fixed issue where 500 error is returned on listings when item dimensions are sent as
0
value. Now returns 400 properly. See #576
3.0.0 General Release 2022-07-27
Changes
- Fixed bug in changes for new updateListing PATCH endpoint wherein updating without the item_xxx variables could cause an error to be thrown. See #543
- Fixed documentation for the
getListingsByShop
endpoint to ensure that the associations show up in the stub. See #541
3.0.0 General Release 2022-07-26
Changes
- Changed the name of the PUT endpoint to
updateListingDeprecated
. The URL stays the same with it being a PUT endpoint. - Created a new
updateListing
endpoint with the same URL but as a PATCH endpoint.
These changes were made to allow for passing null values for item_weight
, item_weight_unit
, item_width
, item_length
, item_height
and item_dimensions_unit
.
There is no breaking change at this time. However, we will eventually remove the old PUT updateListingDeprecated endpoint.
3.0.0 General Release 2022-07-19
Changes
- Modified the Receipt endpoints to return the latest activity date for
update_timestamp
andupdated_timestamp
. These are dates from refunds and transactions. See #513, #339, #232
3.0.0 General Release 2022-07-12
Changes
- Fixed a bug that affected the scale being set on some properties. See #512 and #502.
3.0.0 General Release 2022-07-07
Changes
- Removed extraneous
compliance_summary
array being returned when including "translations" in the get listing requests. See #521 . - Changed the
image_ids
array in thecreateDraftListing
endpoint to not default to an empty array but rather allow it to be null. This will hopefully solve thearray_too_short
error message some are getting. #511 for reference.
3.0.0 General Release 2022-07-05
Changes
- Removed
value_pairs
from inventory call to fix issues introduced in #507
3.0.0 General Release 2022-06-24
Changes
- Corrected the query for getListingsByShop where duplicate listings are returned across pages when created timestamp is identical across multiple listings. #510