Cant find Feedback API
Closed this issue · 2 comments
MickL commented
- Are you running the latest version? 9.1.0
- [ X Have you included sample input, output, error, and expected output?
- [ X Have you checked if you are using correct configuration?
Describe the bug
Maybe I am overseeing something but I cant find the Feedback API which is integrated according to the docs:
https://github.com/hendt/ebay-api/blob/master/src/eBayApi.ts#L132
dantio commented
@MickL
Is this what you are looking for? https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetFeedback.html
eBay.trading.GetFeedback({
FeedBackType: 'FeedbackReceivedAsSeller',
DetailLevel: 'ReturnAll',
}),
Grüße aus Berlin
MickL commented
Yes! :)
So it is hidden under trading. I kinda expected eBay.feedback.GetFeedback()
.