Find the answer to your question
Advanced Search
Published: October 30 2006, 3:30:00 PMUpdated: August 22 2022, 5:40:54 AM
Product
How can I get a list of all the items for a seller?
Summary
For large volume sellers, you may want to consider the following options:
- If the seller has a store and all of the items are of the type StoresFixedPrice, then consider using a listing feed.
- The other alternate is to use FileExchange and create a Download Report.
For both these options, the seller will need to do the setup.
If neither of these options can be used, then you need to use GetSellerList. If you do not need all the information, consider using a GranularityLevel of Coarse in the call to make your application efficient.
Additional Resources
- Knowledge Base: Getting a list of all my store items
- Documentation: Browsing a Seller's Items
- FileExchange
How well did this answer your question?
Answers others found helpful
- Using GetSellerList to retreve a seller's items that were not listed in the certain categories in Java SDK
- Uploading and Managing eBay Listings using FileExchange
- Getting Seller Address for eBay Motors Item
- Retrieve sellers' store information when searching
- Guidelines for using DetailLevel and GranularityLevel in GetSellerList