Developer Forums
Connect and get the answers to your API questions with advice from fellow developers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Activity in Developer Forums

Requesting Exemption from Marketplace Account Deletion Notifications

Hello,I have created a Production keyset for my application "SZ Profit Checker", which is a personal Amazon to eBay product research tool. It does not collect, access, or manage any user account data.I would like to request an exemption from the Mark...

issue Subscribing to Order Checkout Notifications via RESTful Notification API

Hello ,We are trying to subscribe to webhook notifications for when an order is paid and checkout is complete, using the RESTful Notification API (/commerce/notification/v1/).We have been attempting to use the topicId ORDER_CHECKOUT_COMPLETE. However...

API Rate Limits

Hello eBay Developer Support,I’m currently developing a small application to compare prices between different platforms like eBay, Kaufland, and Amazon.My application uses the FindingService with the operation `findItemsByKeywords`, but I keep hittin...

User avatar by Enthusiast
  • 62 Views
  • 0 replies
  • 0 helpful

Resolved! Cannot validate my marketplace account deletion endpoint

I'm am unable to validate my marketplace account deletion endpoint. My endpoint is using the following code.$hash = hash_init('sha256'); hash_update($hash, $challengeCode); hash_update($hash, $verificationToken); hash_update($hash, $endpoint); $respo...

MEDIA API uploadvideo API Returns 200 but getvideo API Fails to Retrieve Associated Video

Why hasn't the video I uploaded been associated? Here is the interface's response. uploadvideo response:Response Headers:date=[Fri, 16 May 2025 10:39:24 GMT]traceid=[aa1d3afc039934e76f263dc10f271a6e]null=[HTTP/1.1 200 OK]server=[ebay-proxy-server]con...

User avatar by Enthusiast
  • 241 Views
  • 1 replies
  • 0 helpful

Request to enable Marketplace Insights API scope for my production app

Hi eBay Developer Support,I would like to request access to the Marketplace Insights API for my production app.App ID: Yasuhiro-Research-PRD-ef72598d8-35e62f21Redirect URI: https://ayhiro.github.io/ebay-auth-test/When I try to authenticate with the f...

has anyone ever gotten UploadSiteHostedPictures to actually work locally?

Getting UploadSiteHostedPictures in the Trading API using an external server is easy enough but having it work uploading binary image data from your localhost is impossible I'm starting to think. I'm doing it in C# (no examples i can find on the web ...