Skip to content

Releases: etsy/open-api

3.0.0 General Release 2022-09-20

20 Sep 22:10
7850fbd
Compare
Choose a tag to compare

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

19 Sep 22:46
7850fbd
Compare
Choose a tag to compare

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

13 Sep 13:07
7850fbd
Compare
Choose a tag to compare

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

27 Jul 21:40
7850fbd
Compare
Choose a tag to compare

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

26 Jul 22:54
7850fbd
Compare
Choose a tag to compare

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

19 Jul 15:01
7850fbd
Compare
Choose a tag to compare

Changes

  • Modified the Receipt endpoints to return the latest activity date for update_timestamp and updated_timestamp. These are dates from refunds and transactions. See #513, #339, #232

3.0.0 General Release 2022-07-12

12 Jul 20:03
7850fbd
Compare
Choose a tag to compare

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

07 Jul 16:19
7850fbd
Compare
Choose a tag to compare

Changes

  • Removed extraneous compliance_summary array being returned when including "translations" in the get listing requests. See #521 .
  • Changed the image_ids array in the createDraftListing endpoint to not default to an empty array but rather allow it to be null. This will hopefully solve the array_too_short error message some are getting. #511 for reference.

3.0.0 General Release 2022-07-05

05 Jul 17:17
7850fbd
Compare
Choose a tag to compare

Changes

  • Removed value_pairs from inventory call to fix issues introduced in #507

3.0.0 General Release 2022-06-24

24 Jun 17:09
7850fbd
Compare
Choose a tag to compare

Changes

  • Corrected the query for getListingsByShop where duplicate listings are returned across pages when created timestamp is identical across multiple listings. #510