Changed
- Fixed bug with personalization_instructions returning as
nullor previous value when updating listing (#296) - Modified returned error code on
uploadListingImagewhen 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
updateListingandgetListingwhere item dimensions were showing0ornullwhen 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.