NAME
Business::FedEx::ShipRequest - Shipping/Tracking Interface to FedEx
SYNOPSIS
ShipRequest provides 3 methods to the FedEx module. This will help with backward compatibility to the previous version of Business::FedEx under the old FedEx API.
API
head1 EXAMPLE
use Business::FedEx::ShipRequest;
my $t = Business::FedEx::ShipRequest->new(host=>'127.0.0.1', port=>8190) or die $t->errstr;
$t->track('Sender_FedEx_Express_Account_Number' => '598904968', 'Meter_Number' => '8597026', 'Tracking_Number'=>'839583877972' );
print "Date #" . $t->lookup('delivery_date') . "\n";
AUTHORS
Patrick Tully, ptully@avatartech.com
0.20 by Jay Powers, jay@vermonster.com
SEE ALSO
Business::FedEx
Business::FedEx::Constants