
Originally Posted by
swguy
The old UPS API had a way to look up tracking numbers based on the order ID that a shipper used:
$tracking = new Ups\Tracking($accessKey, $userId, $password);
$tracking->setShipperNumber($my_shipper_number);
$shipment = $tracking->trackByReference($order_id);
Have you seen anything like this in your travels with the new API? It seems like they expect you to have the tracking number.
(The use case is shipping packages using UPS Worldship and then wanting to pull the tracking numbers into Zen Cart.)
Bookmarks