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

Tracking more then one package? #129

Closed MOwsianowski closed 4 years ago

MOwsianowski commented 4 years ago

Hello,

Can you let me know if there is a possibility to track more then one package with single api call?

Thanks, Marek

thenaturalist commented 4 years ago

+1 This should be possible according to Fedex Docs.

radzhome commented 4 years ago

in which version of the wsdl, we are on 16 - https://github.com/python-fedex-devs/python-fedex/blob/master/fedex/wsdl/TrackService_v16.wsdl#L1580

Should be possible yes, https://github.com/python-fedex-devs/python-fedex/blob/master/fedex/wsdl/TrackService_v16.wsdl#L1578

If you get it working feel free to open a PR with the example.