php-ups-api
php-ups-api copied to clipboard
How to send track request for multiple tracking numbers?
trafficstars
Is there a way to send multiple tracking numbers?
$trackingNumber = "1234567890"; $tracking = new Ups\Tracking($accessKey, $userId, $password);
$shipment = $tracking->track($trackingNumber);
Thanks in advance.
I don't think it's possible.
The API only tracks a single tracking or reference number with each tracking request
See page 30 of UPS Developer Kit API Tech Support Guide