ebay-lms

Changing eBay API target site from US to UK

安稳与你 提交于 2020-02-22 06:57:10
问题 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

Changing eBay API target site from US to UK

会有一股神秘感。 提交于 2020-02-22 06:56:26
问题 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

HTTP POST request and headers with MIME attachments multipart/related and xop?

不问归期 提交于 2020-01-13 18:54:26
问题 I'm trying to upload a bulk data exchange call to eBay using their FileTransfer API. In order to do this, I've got to POST an xml request string to the eBay server but the xml request contains a <Data> section that must include the data you're transferring( in this case it's a base64 encoded zipfile containing another xml document). eBay gives an example in C# of how to construct such a document: https://ebay.custhelp.com/app/answers/detail/a_id/1561 I've been trying to recreate this example

Changing eBay API target site from US to UK

蹲街弑〆低调 提交于 2019-12-06 02:24:17
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