Changes
- Changed the name of the PUT endpoint to
updateListingDeprecated
. The URL stays the same with it being a PUT endpoint. - Created a new
updateListing
endpoint with the same URL but as a PATCH endpoint.
These changes were made to allow for passing null values for item_weight
, item_weight_unit
, item_width
, item_length
, item_height
and item_dimensions_unit
.
There is no breaking change at this time. However, we will eventually remove the old PUT updateListingDeprecated endpoint.