通过 Ebay LMS Api 上传的批量商品未出现在沙盒商店中
Bulk items uploaded through Ebay LMS Api not appearing on sandbox store
我已经通过 LMS-php bulkexchange 成功上传了 xml 由 gzip 压缩的文件,但是项目没有在沙盒商店中显示。
LMS-PHP 只要求安全令牌,而不是 AppID、DevId 和证书 ID。
商店 url - 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>
不好意思,我是ebay新手API,成功提示没有产品listing,困扰我。在进一步检查时,我发现 API 提供了下载响应文件的选项。在此文件中,ebay 提供了错误详细信息。据此我错过了添加 xmlns="urn:ebay:apis:eBLBaseComponents" 在
标签。
我已经通过 LMS-php bulkexchange 成功上传了 xml 由 gzip 压缩的文件,但是项目没有在沙盒商店中显示。
LMS-PHP 只要求安全令牌,而不是 AppID、DevId 和证书 ID。
商店 url - 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>
不好意思,我是ebay新手API,成功提示没有产品listing,困扰我。在进一步检查时,我发现 API 提供了下载响应文件的选项。在此文件中,ebay 提供了错误详细信息。据此我错过了添加 xmlns="urn:ebay:apis:eBLBaseComponents" 在 标签。