10-31-2024 03:13 AM
The store created in September actually has products for sale, but the listing cannot be pulled through the GetSellerList SDK.
11-05-2024 09:57 AM
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.
01-22-2025 09:58 PM
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.