Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best Offer Sold Prices #51

Open
zslabs opened this issue Sep 2, 2019 · 13 comments
Open

Best Offer Sold Prices #51

zslabs opened this issue Sep 2, 2019 · 13 comments

Comments

@zslabs
Copy link
Contributor

zslabs commented Sep 2, 2019

@pajaydev It looks like a few weeks ago (I believe) eBay removed the actual sale price from the API responses for listings that had a best offer option, but I'm still seeing some other websites display them. Are you aware of a way around this, or does this have something to do with the eBay Compatible Application process?

@pajaydev
Copy link
Owner

pajaydev commented Sep 4, 2019

@zslabs I need to check. I can check and get back to you. What Api are you exactly using ?.

@zslabs
Copy link
Contributor Author

zslabs commented Sep 4, 2019

Really appreciate the quick response. I'm not quite sure if this is the info you're looking for, but this is using the findCompletdItems endpoint from this package, using the "Finding API" on version 1.13.0. Thanks again!

@zslabs
Copy link
Contributor Author

zslabs commented Sep 12, 2019

👋 @pajaydev was that the info you were looking for from me on that? The eBay API dashboard can be a bit confusing to navigate, so I wanted to make sure. Thanks as always!

@zslabs
Copy link
Contributor Author

zslabs commented Sep 18, 2019

I'm not sure if this is still valid, but I did read this on a forum:

eBay exposes the best offer history of items via GetBestOffers in their Trading API. I did some testing and was able to see all the offers sent on a specific item. The sold price was found just by looking for which offer has a status of “Accepted.”

I see this library has a tag of ebay-trading-api is there an example of using it within the library by chance?

@pajaydev
Copy link
Owner

@zslabs Sorry I was bit busy. Let me check and get back to you

@zslabs
Copy link
Contributor Author

zslabs commented Sep 22, 2019

@pajaydev No worries, thank you very much!

@zslabs
Copy link
Contributor Author

zslabs commented Nov 27, 2019

@pajaydev Happen to have any thoughts on this one yet?

@pajaydev
Copy link
Owner

Hey @zslabs ,
Apologies for late response.

ebay-trading-api support soap xml based api. This project doesn't support xml based Api's. I can see the newer version of it. Kindly let me know if it's useful to you. I can integerate with that.

https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/getOffers

@zslabs
Copy link
Contributor Author

zslabs commented Nov 27, 2019

@pajaydev That looks pretty cool! I of-course can't think of it at the moment, but I remember there being an endpoint that would list the offers, and then which one was actually "accepted". I may be just missing it on that doc page, but are you aware if that endpoint would do the trick?

@zslabs
Copy link
Contributor Author

zslabs commented Jan 12, 2020

@pajaydev I did a bit of research and it looks like the endpoint I was thinking about was just for users to see their "own" accepted offers, but I'm hoping there's a way we can regain functionality to see best offers accepted on generic searches.

@zslabs
Copy link
Contributor Author

zslabs commented May 22, 2020

@pajaydev It looks like the fallback URL I used to use to at least surface the info https://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemVersion&item=ITEM_ID_HERE isn't working anymore... eBay sure is making this difficult ;)

I found that if you visit a URL like https://www.ebay.com/itm/303546891616?orig_cvip=true, view the source, search for the text string taxExclusivePrice that amount is the actual sold price. BUT, it's not always accurate (I went to a listing that I sold and the amount shown for that blob was the original amount, not what I accepted). Have you found anything else your end? I was going to attempt to parse that file and grab taxExclusivePrice with https://github.com/cheeriojs/cheerio but am stumbling a bit trying to grab that piece.

@rdcorp
Copy link

rdcorp commented Oct 4, 2020

Hello @zslabs
Did you come up with a solution for this problem of getting taxExclusivePrice for sold items?
Would you please share it?
Thank you!

@bradical1379
Copy link

Is there a new method for getting best offer accepted prices? It appears that eBay has closed up the holes on most of the old ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants