createFulfillmentOrder 亚马逊 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

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

如果我需要更改我的卖家中心的一些设置,谁能帮我解决这个问题?

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