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
155 stars 139 forks source link

Adding contents of the package as line items #130

Closed MatinF closed 4 years ago

MatinF commented 4 years ago

Hi all,

We'd like to use the wrapper, but we're in doubt how to add the items in our shipments. Typically we have between 1 and 8 different items in a package, which we currently register manually in the FedEx web platform.

Is there a way to do this in the wrapper? I could not find this in the examples.

image

radzhome commented 4 years ago

Its just a wrapper to the API, SO you should look through the xml file and see how its done. If you get it, go ahead and send a PR as an example.