Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
129 views

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

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 ...
1
vote
0answers
49 views

EBAY - Sending a file via http post?

I've a file I want to send to the ebay system to support the LMS. All the samples I've found include the use of the API, but the environment I'm working in doesn't have the ability to use it (the ...
1
vote
1answer
88 views

Large Merchant Services for ebay in c#

I'm attempting to send a file to the eBays LMS. I have downloaded heaps of examples but they all have something missing. Either they don't have all the references, or they don't tell me what ...
1
vote
0answers
307 views

Using Ebay API - Large Merchant Service with PHP

I'm doing some tests in Ebay Sandbox to understand how Large Merchant Service works, so lookong at some examples here i came up with some classes and an xml file setup for US site. It works fine if ...
1
vote
1answer
287 views

eBay's Large Merchant Services not returning a SKU

I am specifying a SKU in my AddFixedPriceItem requests but the response does not come back with a SKU (although SKU is specified in the schema). This is a problem because I am using Large Merchant ...
1
vote
3answers
306 views

Does anyone have better information about eBay's Large Merchant Services schema?

I've been wrestling with eBay's Large Merchant Services API for a while. It's been rough. I finally have messages going all the way through their system, but I'm having issues with their schema. ...
0
votes
0answers
59 views

ebay LMS api cannot uploadFile: Format the input file so that the request file contains multiple lines

I'm having trouble with the uploadFile call in the FileTransfer API of LMS on eBay. I'm sending a zip file via XML that has been base64 encoded by inserting the encoded string in the <Data> ...