通过Ebay LMS Api上传的批量商品未出现在沙盒商店中

通过Ebay LMS Api上传的批量商品未出现在沙盒商店中

问题描述:

I have uploaed xml file compressed by gzip through LMS-php bulkexchange successfully, but items are not showing on sandbox store.

LMS-PHP is asking for only Securtiy Token, but not AppID, DevId & Cert Id.

Store url - http://stores.sandbox.ebay.com/testpww

Response on LMS api

    <?xml version="1.0" encoding="utf-8"?>
    <getJobStatusResponse xmlns="http://www.ebay.com/marketplace/services">
      <ack>Success</ack>
      <version>1.5.0</version>
      <timestamp>2017-02-24T10:29:18.635Z</timestamp>
      <jobProfile>
        <jobId>50013526730</jobId>
        <jobType>AddFixedPriceItem</jobType>
        <jobStatus>Completed</jobStatus>
        <creationTime>2017-02-24T09:57:09.000Z</creationTime>
        <completionTime>2017-02-24T10:01:11.000Z</completionTime>
        <errorCount>0</errorCount>
        <percentComplete>100.0</percentComplete>
        <fileReferenceId>50013592660</fileReferenceId>
        <inputFileReferenceId>50013592650</inputFileReferenceId>
        <startTime>2017-02-24T09:59:16.000Z</startTime>
      </jobProfile>
    </getJobStatusResponse>

我已成功通过LMS-php bulkexchange上传gzip压缩的xml文件,但项目未显示在沙箱存储上。 p>

LMS-PHP只要求Securtiy Token,而不是AppID,DevId&amp; 证书ID。 p>

存储网址 - http://stores.sandbox .ebay.com / testpww p>

对LMS api的响应 p>

 &lt;?xml version =“1.0”encoding =  “utf-8”?&gt; 
&lt; getJobStatusResponse xmlns =“http://www.ebay.com/marketplace/services”&gt; 
&lt; ack&gt;成功&lt; / ack&gt; 
&lt;版本&gt; 1.5  .0&lt; / version&gt; 
&lt; timestamp&gt; 2017-02-24T10:29:18.635Z&lt; / timestamp&gt; 
&lt; jobProfile&gt; 
&lt; jobId&gt; 50013526730&lt; / jobId&gt; 
&lt; jobType&gt; AddFixedPriceItem&lt  ; / jobType&gt; 
&lt; jobStatus&gt;已完成&lt; / jobStatus&gt; 
&lt; creationTime&gt; 2017-02-24T09:57:09.000Z&lt; / creationTime&gt; 
&lt; completionTime&gt; 2017-02-24T10:01:11.000  Z&lt; / completionTime&gt; 
&lt; errorCount&gt; 0&lt; / errorCount&gt; 
&lt; percentComplete&gt; 100.0&lt; / percentComplete&gt; 
&lt; fileReferenceId&gt; 50013592660&lt; / fileReferenceId&gt; 
  &lt; inputFileReferenceId&gt; 50013592650&lt; / inputFileReferenceId&gt; 
&lt; startTime&gt; 2017-02-24T09:59:16.000Z&lt; / startTime&gt; 
&lt; / jobProfile&gt; 
&lt; / getJobStatusResponse&gt; 
  code>  
  div>

Sorry I am novice in using ebay API, its successful message without listing of products troubled me. On further checking, I found that API gives option to download a response file. In this file ebay provides error details. According to which I missed to add xmlns="urn:ebay:apis:eBLBaseComponents" in tag.