Changes
- Fixed bug where searching for shops would result in one more return than requested by the
limitvalue. (#402) - Added
is_taxableto getListing and other listing response objects (opposite value to non_taxable) as we are standardizing onis_taxable. Thenon_taxablefield 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