eBay APIs: Talk to your fellow developers
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Running into "Marketplace account deletion endpoint validation failed" when verifying prod endpoint

Hey guys, Running into the following issue when trying to validate my event notification endpoint - "Marketplace account deletion endpoint validation failed", with no further context. I've tested my endpoint via Postman and have confirmed that all is...

GetSellerList and categories

I'm using the GetSellerList with a category as filterI noticed that when setting filter value to an id of a parent category, not direct one, of a listing, I will get the listing in the response So does that mean that category id represents the direct...

User avatar by Adventurer
  • 398 Views
  • 0 replies
  • 0 helpful

Resolved! GetFeedback query - response not returning <FeedbackDetailArray>

Hello, I'm trying to get feedback for an item and the response returns the but not the . Here's my request: $xml_request = "" . $auth_token . "" ."" . $item_id . "" ."251" ."Seller" ."FeedbackReceivedAsSeller" ."imagoscape";$xml_request .= ""; Do I ...

Dev Account Suspended

Went to login to my old dev account this morning and it looks like it was suspended for inactivity. Anyone know how to get it turned back on? Doesn't even seem to be an option to contact Dev Support anymore and the FAQ wasnt much help. Thanks

Resolved! GetItem - returns incorrect quantity for VariationSKU

Hello, I'm sending the following GetItem request: $call_name = 'GetItem'; $xml_request = "<".$call_name."Request xmlns=\"urnapis:eBLBaseComponents\">" . $auth_token . "" ."" . $item_id . "" ."" . $SKU . "";$xml_request .= "</".$call_name."Request>"; ...

Marketplace Insights API

Hey guys! I just want to make a simple tool for internal use. The goal is to compare facebook marketplace electronic listings with completed items on ebay. So effectively, I would need the marketplace insights API to find the avg. selling price & vol...

Marketplace account deletion notification endpoint - Server logs

Hello,I have installed the "Marketplace account deletion notification endpoint" and the "Send Test Notification" also returns a 200 code. So everything is ok. I have no app running at the moment, but in the future. However, I have the line in my serv...

API Rate Limit Recommendations and API Rate Limit Increases

Hello, I'm in need of some advice related to API rate limiting (and I apologize for the length of this post). I'm in the process of developing an application that performs a lot of searchesfor specific items. Some of the specifics of the searches add...

Most Marked as Helpful Authors