2017-02-24 1 views
0

LMS-php bulkexchange를 통해 gzip으로 압축 된 xml 파일을 성공적으로 가져 왔지만 항목이 샌드 박스 저장소에 표시되지 않습니다.Ebay를 통해 업로드 된 대량 항목 LMS API가 샌드 박스 저장소에 나타나지 않음

LMS-PHP는 Securtiy Token 만 요구하지만 AppID는 필요하지 않습니다. DevID는 & Cert ID입니다.

스토어 URL - 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

응답 미안 이베이 API를 사용하여 초보자 오전, 제품의 목록이없는 성공적인 메시지가 저를 고민. 추가 검사에서 API가 응답 파일을 다운로드하는 옵션을 제공한다는 사실을 발견했습니다. 이 파일에서 ebay는 오류 세부 사항을 제공합니다. 나는 xmlns = "urn : ebay : apis : eBLBaseComponents"를 태그에 추가하지 않았다.

관련 문제