createFulfillmentOrder亚马逊MWS的问题

时间:2015-08-08 05:32:42

标签: php amazon-mws

创建加拿大邮政编码订单时出现以下错误:AB T5T 6V7。

PHP Fatal error:  Uncaught exception 'FBAOutboundServiceMWS_Exception' with message 'Value  for parameter DestinationAddress.PostalCode is invalid. Reason: InvalidValue.' in /Amazon/FBAOutboundServiceMWS/Client.php:970
Stack trace:
#0 /Amazon/FBAOutboundServiceMWS/Client.php(937): FBAOutboundServiceMWS_Client->_reportAnyErrors('<ErrorResponse ...', '400', Object(FBAOutboundServiceMWS_Model_ResponseHeaderMetadata))
#1 /Amazon/FBAOutboundServiceMWS/Client.php(178): FBAOutboundServiceMWS_Client->_invoke(Array)
#2 /Amazon/functions.inc.php(252): FBAOutboundServiceMWS_Client->createFulfillmentOrder(Object(FBAOutboundServiceMWS_Model_CreateFulfillmentOrderRequest))
#3 /amazon_automation.php(200): invokeCreateFulfillmentOrder(Object(FBAOutboundServiceMWS_Client), Object(FBAOutboundServiceMWS_Model_CreateFulfillmentOrderRequest))
#4 {main}
  thrown in /Amazon/FBAOutboundServiceMWS/Client.php on line 970

但它适用于加拿大的其他Zipcodes。

如果我需要更改卖方中心的某些设置,有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

我需要明确检查状态并在发送给FBA之前解决它。