'Ebay - get Seller Feedbacks using REST api
How can i get seller feedbacks (reviews) using REST API on ebay? I have only found this documentation "GetFeedback" to get them here https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetFeedback.html
Solution 1:[1]
You need to sign up with a developer account first - there is a 24 hour security delay before these will work so that's your first action. Once that's done you need to go through setting up authentication, which is detailed here: https://developer.ebay.com/api-docs/static/authorization_guide_landing.html
NB, the eBay API documentation is long and rambling, and not well written. It is a headache but it does work I assure you!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Adam B |