jeffreylewis
New member
- Local time
- Today, 14:50
- Joined
- Sep 17, 2020
- Messages
- 15
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.
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.