shipping - "Airbill is not allowed for Destination Country" fedex error -


i have shipping country , state canada , puerto rico.for canada postcodes fedex response success puerto rico postcodes fedex return following response

stdclass object (  [highestseverity] => error [notifications] => array     (         [0] => stdclass object             (                 [severity] => error                 [source] => crs                 [code] => 878                 [message] => airbill not allowed destination       country.                 [localizedmessage] => airbill not allowed destination country.             )          [1] => stdclass object             (                 [severity] => note                 [source] => crs                 [code] => 820                 [message] => destination state/province code has been changed.                   [localizedmessage] => destination state/province code has been changed.               )      )  [transactiondetail] => stdclass object     (         [customertransactionid] =>  *** rate request v13 using php ***     )  [version] => stdclass object     (         [serviceid] => crs         [major] => 16         [intermediate] => 0         [minor] => 0     )  ) 

why error happens? solution this?


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -