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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -