cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GetSellerList cannot retrieve listing


The store created in September actually has products for sale, but the listing cannot be pulled through the GetSellerList SDK.

Message 1 of 3
latest reply
2 REPLIES 2

Re: GetSellerList cannot retrieve listing

Hi @ji529343,

 

You can refer to the Knowledge Base article here,  to get the detailed information on how to get the active listings using Java SDK. 

 

Also, make sure to use the correct user access token for the seller when executing the GetSellerList call as this call retrieves items listed by the authenticated user. 

 

If you need to find the UserID associated with a given token, you can make a call to GetUser (DetailLevel=ReturnSummary) with only a token. The UserID field in the response will be the UserID associated with the token used to make the call.

 

Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

Re: GetSellerList cannot retrieve listing

I had the similar case. I removed the GranularityLevel and it worked. This could be specific to sandbox, but obviously it didn't like that tag.

Message 3 of 3
latest reply