Added
Listing Video Management
See #279, #51, #152, #509
- Endpoints: getListingVideos and getListingVideo allows your app to get a list of videos for a listing or a video by video id.
- Endpoint: deleteListingVideo allow your app to delete a video by video id for a listing
- Endpoint: uploadListingVideo allows your app to upload a new listing video to a listing or associate an existing video by video id to a listing.
Changed
- The following endpoints now have
Videos
as a valid entry for "includes" input parameter:getListing
,getListingsByShop
,getListingsByListingIds
. The endpoints that have allowed for "includes" now allowVideos
as an option. If included, it will return a newvideos
array.