Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing eBay API target site from US to UK

I currently have working project for uploading my products via API to ebay.com (US) website and I am trying to get it to work for eBay's UK website.

What are the parameters I need to change in my API call, besides following.

  • SiteId : 3 (UK) (in every call)
  • CategorySiteID : 3
  • X-EBAY-API-SITEID : 3
  • AddFixedPriceItemRequest->Item->Country : UK
  • AddFixedPriceItemRequest->Item->Currency : GBP

I have tried to dump request and response object on each step with WarningLevel High with no luck of an error message. Every response gives back success but products do not show up on website. Any help is appreciated.

like image 516
dhavald Avatar asked Oct 13 '25 08:10

dhavald


1 Answers

Please read below http://developer.ebay.com/DevZone/finding/Concepts/MakingACall.html#StandardURLParameters

Please try and add below parameter (But don't know exactly)

&GLOBAL-ID=EBAY-GB

like image 66
senraj Avatar answered Oct 14 '25 21:10

senraj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!