Home | Trees | Indices | Help |
|
---|
|
This class allows you to track shipments by providing a tracking number or other identifying features. By default, you can simply pass a tracking number to the constructor. If you would like to query shipments based on something other than tracking number, you will want to read the documentation for the __init__ method. Particularly, the tracking_value and package_identifier arguments.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
TrackPackageIdentifier Holds the TrackPackageIdentifier WSDL object. |
|||
Inherited from |
|
|||
Inherited from |
|
Sends a shipment tracking request. The optional keyword args detailed on FedexBaseService apply here as well.
|
This sets the package identifier information. This may be a tracking number or a few different things as per the Fedex spec. |
Checks the response to see if there were any errors specific to this WSDL. |
Fires off the Fedex request. Warning: NEVER CALL THIS METHOD DIRECTLY. CALL send_request(), WHICH RESIDES ON FedexBaseService AND IS INHERITED. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 23 15:39:17 2009 | http://epydoc.sourceforge.net |