2017-02-24 23 views
0

我已經上傳了由gzip通過LMS-php bulkexchange壓縮的xml文件,但物品未在沙盒存儲上顯示。通過Ebay LMS Api上傳的大宗物品未出現在沙盒存儲上

LMS-PHP只要求安全令牌,但不是AppID,DevId & Cert Id。

商店網址 - 對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> 

回答

0

http://stores.sandbox.ebay.com/testpww

響應對不起我是新手在使用eBay API,它沒有產品上市成功的消息困擾着我。在進一步檢查時,我發現API提供了下載響應文件的選項。在這個文件eBay提供錯誤的細節。據此,我錯過了在 標記中添加xmlns =「urn:ebay:apis:eBLBaseComponents」。