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 Inherited from |
|
|||
RequestedShipment Holds the RequestedShipment WSDL object. |
|||
Inherited from |
|
|||
Inherited from |
|
Sends a shipment tracking request. The optional keyword args detailed on FedexBaseService apply here as well.
|
This is the data that will be used to create your shipment. Create the data structure and get it ready for the WSDL request. |
This is very similar to just sending the shipment via the typical send_request() function, but this doesn't create a shipment. It is used to make sure "good" values are given by the user or the application using the library. |
Fires off the Fedex request. Warning: NEVER CALL THIS METHOD DIRECTLY. CALL send_request(), WHICH RESIDES ON FedexBaseService AND IS INHERITED. |
Fires off the Fedex request. Warning: NEVER CALL THIS METHOD DIRECTLY. CALL send_request(), WHICH RESIDES ON FedexBaseService AND IS INHERITED. |
Adds a package to the ship request.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 23 15:39:17 2009 | http://epydoc.sourceforge.net |