Changed
- Fixed bug with personalization_instructions returning as
null
or previous value when updating listing (#296) - Modified returned error code on
uploadListingImage
when there is a conflict in the rank numbering. It now returns a 409 error with string instead of a 500 server error. - Fixed issue with
updateListing
andgetListing
where item dimensions were showing0
ornull
when they should not have. - Fixed issue with shipping_profile_id returning null or wrong id.
- Created new routes for getListingImage and getListingImages endpoints & changed original endpoints to deprecated #405 and #356.
- Modified Review resource to be locked to integer from 1 to 5. Previously it was just a non-negative number which made documentation show that it could be >= 0.