EBay API: getMostWatchedItems returning RequestError
Based on the API documentation of EBay: https://developer.ebay.com/devzone/merchandising/docs/CallRef/getMostWatchedItems.html I made the following call: <?xml version="1.0" encoding="UTF-8"?> <getMostWatchedItems xmlns="http://www.ebay.com/marketplace/services"> <maxResults>3</maxResults> </getMostWatchedItems> With the following headers: X-EBAY-API-COMPATIBILITY-LEVEL 967 X-EBAY-API-CALL-NAME getMostWatchedItems X-EBAY-API-SITEID 15 Content-Type text/xml But it returns the following response: <?xml version="1.0"…