Finn Cardiff
Finn Cardiff
Thanks for the help! Unfortunately, I tried with `Country: '0'`, `Country: 'US'`, and `Country: 'EBAY-US'`, and none have worked.
Here's my full call in NodeJS - maybe I placed it in the wrong area? ``` var ebay = require('ebay-api'); ebay.ebayApiPostXmlRequest({ serviceName: 'Trading', opType: 'AddFixedPriceItem', devName: myDevId, cert: myCertId, appName:...
OK, thanks! It would really help if I could get this working :)
Hm, unfortunately this is not seeming to fix it, either. I'm thinking that I'm missing something in the `Item` object, as I've also been getting issues such as No ``...
Hm, I still can't manage to do it. Any clue why this wouldn't work? Thanks!
No worries, thanks! On a side note, if this API doesn't end up working, should I just switch to XML?