python-fedex-devs / python-fedex

A light wrapper around FedEx's SOAP API.
http://python-fedex.readthedocs.org
BSD 3-Clause "New" or "Revised" License
157 stars 138 forks source link

freight_rate_request example returns FedEx error #106

Open evorw opened 5 years ago

evorw commented 5 years ago

After updating example_config.py with my sandbox credentials, running python freight_rate_request.py returns fedex.base_service.FedexError: FreightLineItemId for Freight shipment line item 1 is missing or invalid. (Error code: 2103). This is on https://github.com/python-fedex-devs/python-fedex/commit/f691dfef18a79d1b8e18091655da7a76342f8d2c. The full log output (with redacted credentials) is here: https://gist.github.com/evorw/68d723a66d63713deb031fddb5ea9949

radzhome commented 5 years ago

there is something wrong with your request

https://www.fedex.com/us/developer/WebHelp/ws/2014/dvg/WS_DVG_WebHelp/Ship_Service_and_Open_Shipping_Error_Messages.htm

2103 Invalid Inspection Status in Package Special Handling in Package {PACKAGE_INDEX}.
evorw commented 5 years ago

I just ran freight_rate_request.py as given in the examples folder with no changes.

radzhome commented 5 years ago

I no longer have access to their API so cannot test, but the examples worked when they were written.

radzhome commented 3 years ago

I will leave this open, hopefully someone with access can address the issue