Find the answer to your question
Advanced Search
Published: April 23 2015, 12:55:00 AMUpdated: August 29 2022, 5:42:23 AM
Product
Question
Can I list on multiple eBay sites other than the one I am registered on?
Answer
Summary
How to list on multiple eBay sites
Detailed Description
When creating a seller account, you are asked to register to a specific eBay site. This SellerID is now tied to the site you registered to. But you can still list on other eBay sites. For example, if you are an eBay US registered seller, you can still list on eBay UK. If you are using the API's, be sure to use the correct SiteID's, https://developer.ebay.com/devzone/XML/docs/Reference/ebay/AddFixedPriceItem.html#Request.Item.Site
If you are to use the SYI flow, you will need to login to the correct site. For example if you want to list on eBay UK, you need to use http://www.ebay.co.uk/.
If you use the API's, you also will need to retrieve all the information specific to each site you list on, shipping services, return policies, and etc. You can find this information via the GeteBayDetails API. You also will be responsible for different fees on each site,
Additional Resources
- Internation Differences Overview:
- AddFixedPriceItem:
http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddFixedPriceItem.html