08-03-2025 07:31 AM
I created a developer account and created Application keysets and was able to query the list of products using the Get request "https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=iphone"
The above returned about 50 iphones, but those were not created by me so did not serve my purpose.
I wanted to fetch the products created by me through a get request.
In order to do that, I did the following:
1. Went to https://www.ebay.com/sellercenter and created 2 active listings - one being a Tommy tshirt and another a Nike Shoes.
2. Tried the below get request but it returns 0 result instead of returning my Tommy tshirt
https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=Tommy&limit=50
3. I still have the application keys of my developers account configured.
4. My doubt is - Is it returning 0 results because I'm still using the application keys of my developer account? Should I be giving application keys of sellercenter(https://www.ebay.com/sellercenter) account? If yes, where do I find the keys of seller account? Or is there a way to link my developer and seller accounts?
I have been stuck for the last 5 days unable to find a solution. Please help.
08-03-2025 08:41 AM
You might ask on one of the developers forums:
https://community.ebay.com/t5/Developer-Forums/ct-p/developergroup
08-03-2025 10:26 AM
Thank you 🙂