RESTful Buy APIs: Browse
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Error API EBAY GET AUTH TOKEN

Hi Everyone,i have a problem with get AUTH TOKEN with script PHP.I used this code script : $url = "https://api.ebay.com/ws/api.dll"; $requestXmlBody = ' ‌‌apis:eBLBaseComponents"> '.$runame.' '; $headers = array( 'X-EBAY-API-COMPATIBILITY-LEVEL: 967'...

Resolved! Search response model documentation?

Hi all, I'm wanting to create a response model to deserialize the json object, but I'm having trouble finding a full response object in eBay's documentation. I can obviously make one from executing a search and using what it returns, but I'm not enti...

GetItem not returning a result

Hi, I am working on a tool, and when I visit the webpage https://www.ebay.com/itm/155423591481 i can see an item, but if I hit the buy API with the item_ID being set to 155423591481 it can't find the item. Is there a way I can get the item so I can a...

Relateds and Histogram

Hi everyone, Me and my team working on a project and use the API of Ebay.Can anyone tell a way to:1. get list of Relateds recommendation for a query. 2. get Histogram for a query.Tanks.

Negative keywords in browse API

Is there a way to have a search for keywords with negative keywords set as well. I have many searches that contain a keyword I do not want to have, but cannot work out how to do this. (-) does not seem to work.