Skip to content

3.0.0 General Release 2022-04-11

Compare
Choose a tag to compare
@etsyachristensen etsyachristensen released this 11 Apr 22:44
· 7 commits to main since this release
7850fbd

Changes

  • Fixed bug where searching for shops would result in one more return than requested by the limit value. (#402)
  • Added is_taxable to getListing and other listing response objects (opposite value to non_taxable) as we are standardizing on is_taxable. The non_taxable field will be removed some time in the future.

Added

  • Created new endpoint getReviewsByListing. This is a public endpoint that will return reviews for a given listing (without any buyer or transaction info). #188