Accessing the Ebay API (1 Viewer)

jeffreylewis

New member
Local time
Today, 14:02
Joined
Sep 17, 2020
Messages
7
I have created the Ebay API keyset
And I have a question about accessing the Ebay API

I have a field/control called txtInStock on a form. This alters according to when the item is in stock or out of stock
txtInStock = 1 means the item IS IN stock.
txtInStock = 0 means the item IS OUT OF stock.

What I would like to do is via the Ebay API is programmatically change the Ebay listing when the Access db field/control called txtInStock changes.

If only I could see a sample somewhere.
 

Isaac

Lifelong Learner
Local time
Today, 06:02
Joined
Mar 14, 2017
Messages
8,777
Have you checked with Ebay to see if they have an API and, if so, how to use it?
 

Isaac

Lifelong Learner
Local time
Today, 06:02
Joined
Mar 14, 2017
Messages
8,777
Great! Glad to hear they have some documentation on it, that should help.
Let us know how you get on, and if you get stuck, demonstrate what you've tried so far & why
 

Users who are viewing this thread

Top Bottom