php - eBay API 添加跟踪号 - 错误号 10007

标签 php xml ebay-api

您好,我正在使用此代码在 eBay SandBox 中添加跟踪号,它向我显示成功,但我无法在我的 eBay 中看到跟踪号

<?xml version="1.0" encoding="utf-8"?>
<CompleteSaleRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>my_ebay_eBayAuthToken</eBayAuthToken>
</RequesterCredentials>
    <ItemID>110154684599</ItemID>
  <TransactionID>27387395001</TransactionID>
  <ListingType>Half</ListingType>
  <Shipped>true</Shipped>
  <Shipment>
    <Notes>Item Shipped We are very Glad to have you</Notes>
    <ShipmentTrackingDetails>
      <ShipmentTrackingNumber>1030385557492892794611</ShipmentTrackingNumber>
      <ShippingCarrierUsed>USPSGround</ShippingCarrierUsed>
    </ShipmentTrackingDetails>
  </Shipment>
</CompleteSaleRequest>

它显示了结果:

<?xml version="1.0" encoding="UTF-8"?>
<CompleteSaleResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <Timestamp>2014-12-31T18:32:02.679Z</Timestamp>
  <Ack>Failure</Ack>
  <Errors>
    <ShortMessage>Internal error to the application.</ShortMessage>
    <LongMessage>Internal error to the application.</LongMessage>
    <ErrorCode>10007</ErrorCode>
    <SeverityCode>Error</SeverityCode>
    <ErrorClassification>RequestError</ErrorClassification>
  </Errors>
  <Version>893</Version>
  <Build>E893_CORE_API_17097905_R1</Build>
</CompleteSaleResponse>

表示数据添加成功。但我无法按顺序查看跟踪号。

最佳答案

是的,这是 eBay 结束错误,请联系 eBay 支持

关于php - eBay API 添加跟踪号 - 错误号 10007,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27714305/

相关文章:

php - 批量插入 EAV 表示例

c++ - 如何开始在 C++ 中使用 xml

python - 如何通过 Google App Engine 从 eBay Finding API 获取数据(项目)?

php - eBay API 返回 'IAF Token supplied is invalid' 错误

php - MySQL - 输出时在与关系表连接的表上获取重复行

php - Auth guard 驱动程序 [api] 未定义

php - 生成与 h1 标签完全相同的元页面标题

使用 XSD 进行 PHP SimpleXMLElement 验证

c# - 从 xml 中删除 q1 和所有命名空间

javascript - 如何避免向 ElasticSearch 插入重复文档