-
Notifications
You must be signed in to change notification settings - Fork 104
AddFixedPriceItem Call... No <Item.Country> exists? #18
Comments
Try looking at this page: It might be that you need to pass a different ID value. On Thu, May 28, 2015 at 12:32 PM, fccardiff [email protected]
|
Thanks for the help! |
Here's my full call in NodeJS - maybe I placed it in the wrong area?
|
Your header might not have the right entries. X-EBAY-SOA-GLOBAL-ID is passed as part of the auth. I'll look at this code On Fri, May 29, 2015 at 8:51 AM, fccardiff [email protected] wrote:
|
OK, thanks! It would really help if I could get this working :) |
Looking thru my code, I think you'll need a GlobalID = 'EBAY-US' as part of On Sat, May 30, 2015 at 10:49 AM, fccardiff [email protected]
|
Hm, unfortunately this is not seeming to fix it, either. I'm thinking that I'm missing something in the |
Hm, I still can't manage to do it. Any clue why this wouldn't work? Thanks! |
I haven't had a chance to play with this in detail yet. Busy weekend. On Mon, Jun 1, 2015 at 5:38 PM, fccardiff [email protected] wrote:
|
No worries, thanks! On a side note, if this API doesn't end up working, should I just switch to XML? |
Did you find a solution to this? I have the same issue using the "AddItem" call. |
Hi, I'm trying to make an AddFixedPriceItemCall. I'm using the
ebayApiPostXmlRequest
method, and my params are seen below:I have auth tokens, etc. and all application tokens, I've simply omitted that code from here. Unfortunately, it's giving errors that the country doesn't exist, although it's obviously shown in my Item{} object. Is this a bug, or am I doing something wrong?
Thank you!
The text was updated successfully, but these errors were encountered: