Hello!
After creating a location I'm trying to add some test item using createOrReplaceInventoryItem method, and the item data is from eBay example. First request, I got error 500:
"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance","parameters":[{"name":"message","value":"com.sun.jersey.api.MessageException: A message body reader for Java class com.ebay.raptor.slrinvapi.app.entities.InventoryItem, and Java type class com.ebay.raptor.slrinvapi.app.entities.InventoryItem, and MIME media type application/octet-stream was not found."
I've realized that there is no 'Content-Type: application/json' on eBay page about the method, so I added one, then I got another 500:
"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"
Any help appreciated with this!
,I'm just starting with eBay API and I've added a location, now trying to add item - getting error 500 with error message:
"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance","parameters" :.. MessageException: A message body reader for Java class com.ebay.raptor.slrinvapi.app.entities.InventoryItem, and Java type class com.ebay.raptor.slrinvapi.app.entities.InventoryItem, and MIME media type application/octet-stream was not found."
I've noticed that on the page about the method, in 'request headers' part there's no 'Content-Type: application/json' but I thought that it should be included in the request - so I did that and got another 500:
"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance".
Any ideas guys? I've used example JSON payload from the eBay site. Thanks in advance.