Skip to content

Releases: etsy/open-api

3.0.0 General Release 2022-12-06

06 Dec 17:36
bafd1a1
Compare
Choose a tag to compare

Changes

  1. Added to updateListingProperty endpoint documentation to state that parenthesis characters are not allowed in the values strings.
  2. Added min_created and max_created input parameters to getReviewsByShop and getReviewsByListing endpoints.
  3. Added back the views field to the listing objects in the get and find listing endpoints. NOTE The views will only have a value for ACTIVE listings and the results are tabulated only once per day and only if the listing is active when it's tabulated.

New

  1. Created new endpoint getListingsByShopReturnPolicy. This endpoint will fetch all listings with a given return_policy_id

3.0.0 General Release 2022-11-14

18 Nov 17:04
bafd1a1
Compare
Choose a tag to compare

New

Changed

  • Added return_policy_id input parameter to updateListing to add a policy to a listing.
  • Added return_policy_id input parameter to createDraftListing to add a policy to a listing when creating it.
  • Fixed issue where shops with no credit card on file get an error about shipping profile when attempting to upload files to a digital listing. See #663
  • Updated documentation in the listing video management to change the 0, 1, 2, 3 values to be "active", "inactive", "deleted" and "flagged" respectively. No code changes. Just documentation. See #661

3.0.0 General Release 2022-10-28

28 Oct 18:39
7850fbd
Compare
Choose a tag to compare

Changes

  • Added a new input parameter (optional) to the getListingInventoryendpoint called show_deleted (true/false) to return deleted items. See #226

3.0.0 General Release 2022-10-27

27 Oct 22:41
7850fbd
Compare
Choose a tag to compare

New

  1. New endpoint that you can call after a user authorizes your app called getMe. This will return the shop_id and user_id for the given authenticated user.

3.0.0 General Release 2022-10-21

21 Oct 20:27
7850fbd
Compare
Choose a tag to compare

Changes

  • Added sort_on and sort_order options to the inputs for getShopReceipt endpoint. See #185
  • Corrected documentation on createReceiptShipment endpoint to reflect Etsy shipping policies. See #589
  • Fixing issue where the listing endpoints would return skus in when inventory is included, whether listing is owned by user or not. See #621
  • Fixed issue where skus weren't returned in getListingsByListingIds when the user is the owner. See #621

3.0.0 General Release 2022-10-11

11 Oct 18:15
7850fbd
Compare
Choose a tag to compare

Changes

  • Changed getUser endpoint to return data only when requesting user is the same as the requested user OR when the requesting user has a purchase relationship with the requested user. Otherwise it will return just the user_id.
  • The getUser endpoint and the User association via "includes" parameter will now only return the following fields: first_name, last_name, primary_email, user_id and image_url_75x75

3.0.0 General Release 2022-09-23

23 Sep 20:30
7850fbd
Compare
Choose a tag to compare

Changes

  • Rolled back the change to getShopByOwnerUserId endpoint to remove the scope.
  • Fixed inventory error when a missing image causes the variation images to throw an error. See #602

3.0.0 General Release 2022-09-22

22 Sep 22:41
7850fbd
Compare
Choose a tag to compare

Added

Listing Video Management
See #279, #51, #152, #509

  • Endpoints: getListingVideos and getListingVideo allows your app to get a list of videos for a listing or a video by video id.
  • Endpoint: deleteListingVideo allow your app to delete a video by video id for a listing
  • Endpoint: uploadListingVideo allows your app to upload a new listing video to a listing or associate an existing video by video id to a listing.

Changed

  • The following endpoints now have Videos as a valid entry for "includes" input parameter: getListing, getListingsByShop, getListingsByListingIds. The endpoints that have allowed for "includes" now allow Videos as an option. If included, it will return a new videos array.

3.0.0 General Release 2022-09-21

22 Sep 15:30
7850fbd
Compare
Choose a tag to compare

Changes

  • Adjusted the endpoint getShopByOwnerUserId to require the shops_r scope as it should have been all along.
  • Fixed issue with made_to_order digital listings converting to physical when all file attachments are deleted. See #454

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