0

我正在尝试使用 SOAP API 将我的第一个呼叫通过 eBay 沙盒

我不断收到无效的 AppId响应。我四次检查我确实有适合沙盒环境的 AppIp。易趣文档是相当无用的。

我正在使用 SUDS 和 Python 2.7 进行调用。

要求

DEBUG:suds.client:sending to (https://api.sandbox.ebay.com/wsapi?callname=GetCategories&appid=MyAppId&siteid=2&version=785&routing=default)
message:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="urn:ebay:apis:eBLBaseComponents" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.o
rg/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header>
      <ns0:RequesterCredentials ns1:mustUnderstand="0">
         <eBayAuthToken>MySandboxUserAuthToken</eBayAuthToken>
      </ns0:RequesterCredentials>
   </SOAP-ENV:Header>
   <ns1:Body>
      <ns0:GetCategoriesRequest>
         <ns0:DetailLevel xsi:type="ns0:GetCategoriesRequestType">
            <ns0:DetailLevel>ReturnAll</ns0:DetailLevel>
            <ns0:Version>785</ns0:Version>
            <ns0:ErrorHandling/>
            <ns0:WarningLevel>High</ns0:WarningLevel>
            <ns0:LevelLimit>1</ns0:LevelLimit>
         </ns0:DetailLevel>
      </ns0:GetCategoriesRequest>
   </ns1:Body>
</SOAP-ENV:Envelope>

回复

...
<FaultDetail>
   <ErrorCode>127</ErrorCode>
   <Severity>Error</Severity>
   <DetailedMessage>API application &quot;{0}&quot; invalid.</DetailedMessage>
</FaultDetail>
...
4

1 回答 1

0

尝试appId测试工具中测试您的。

于 2012-08-28T14:37:19.757 回答