Issue with createFulfillmentOrder Amazon MWS


Issue with createFulfillmentOrder 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

但它适用于加拿大的其他邮政编码。

如果我需要更改sellercentral中的一些设置,有人能帮我吗?

我需要在发送到FBA之前显式检查状态并解决它