Anyone had success using access with vba to update listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 05:34 AM
Good afternoon,
With the apparent "demise" of the gallery picture working with file exchange, at least for me, I thought I would use my database to update images. I do this for a couple of other sites using xml and:
Set objHTTP = CreateObject("MSXML2.XMLHTTP.6.0")
objHTTP.Open "POST", URL, False
However, the eBay api has me baffled. I am, after all, a mere book seller with a smidgeon of talent in VB6/Access/SQL
I don't want to give up on eBay but with 15000+ unique items I am not about to manually add the gallery photos. Without them, obviously, sales are down to a trickle.
If anyone has example code, or can point me toward a resource I would be grateful. I have tried the API explorer with mixed results - mostly "access denied" which is nice.
Thanks,
D