Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php MWS API_POST_ORDER_performation_DATA_feed不更新跟踪信息_Php_Amazon Web Services_Amazon Mws - Fatal编程技术网

Php MWS API_POST_ORDER_performation_DATA_feed不更新跟踪信息

Php MWS API_POST_ORDER_performation_DATA_feed不更新跟踪信息,php,amazon-web-services,amazon-mws,Php,Amazon Web Services,Amazon Mws,我正在尝试使用MWS API、feeds API和FeedSubmission方法更新跟踪信息 当我发送请求时,我获取submitFeedID,当我调用GetFeedSubmitionResult时,状态为“完成”,但没有按照我想要更新的顺序发生任何事情,并且XML中没有报告任何错误 这里是我的XML提要 <?xml version="1.0" encoding="utf-8"?> <AmazonEnvelope xmlns:xsi=&q

我正在尝试使用MWS API、feeds API和FeedSubmission方法更新跟踪信息

当我发送请求时,我获取submitFeedID,当我调用GetFeedSubmitionResult时,状态为“完成”,但没有按照我想要更新的顺序发生任何事情,并且XML中没有报告任何错误

这里是我的XML提要

<?xml version="1.0" encoding="utf-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
  <Header>
    <DocumentVersion>1.01</DocumentVersion>
    <MerchantIdentifier>XXXXXXXXXXX</MerchantIdentifier>
  </Header>
  <MessageType>OrderFulfillment</MessageType>
  <Message>
    <MessageID>1</MessageID>
    <OperationType>Update</OperationType>
    <OrderFulfillment>
      <AmazonOrderID>XXX-XXXXXXX-XXXXXXX</AmazonOrderID>
      <FulfillmentDate>2020-10-14T11:09:52+00:00</FulfillmentDate>
      <FulfillmentData>
        <CarrierName>CARRIER</CarrierName>
        <CarrierCode>CODE</CarrierCode>
        <ShippingMethod>METHOD</ShippingMethod>
        <ShipperTrackingNumber>XXXXXXXXXXXXX</ShipperTrackingNumber>
      </FulfillmentData>
    </OrderFulfillment>
  </Message>
</AmazonEnvelope>

1.01
XXXXXXXXXX
订单履行
1.
更新
XXX-XXXXXXX-XXXXXXX
2020-10-14T11:09:52+00:00
载体
代码
方法
XXXXXXXXXXXX
有人能帮我吗?我不知道如何更新跟踪信息,因为响应中未发现错误

谢谢

完成了

使用Amazon MWS Scratchpad,我可以获得错误消息,问题是日期

我需要通知+02而不是+00

此外,承运人代码与承运人名称不兼容