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

时间:2017-02-24 10:36:54

标签: php ebay-api ebay-lms

我通过LMS-php bulkexchange成功上传了由gzip压缩的xml文件,但是沙盒商店没有显示这些项目。

LMS-PHP只要求Securtiy Token,而不是AppID,DevId&证书编号。

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

对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>

1 个答案:

答案 0 :(得分:1)

对不起我是新手使用ebay API,其成功的消息没有列出产品困扰我。在进一步检查时,我发现API提供了下载响应文件的选项。在这个文件中,ebay提供了错误详细信息。据我所知,我错过了添加xmlns =“urn:ebay:apis:eBLBaseComponents”      标签