We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a6634 + a1e68f9 commit 1ca871cCopy full SHA for 1ca871c
examples/track-by-id.php
@@ -29,6 +29,9 @@
29
// Track 2 shipments
30
$trackRequest->SelectionDetails = [new ComplexType\TrackSelectionDetail(), new ComplexType\TrackSelectionDetail()];
31
32
+// For get all events
33
+$trackRequest->ProcessingOptions = [SimpleType\TrackRequestProcessingOptionType::_INCLUDE_DETAILED_SCANS];
34
+
35
// Track shipment 1
36
$trackRequest->SelectionDetails[0]->PackageIdentifier->Value = $trackingId1;
37
$trackRequest->SelectionDetails[0]->PackageIdentifier->Type = SimpleType\TrackIdentifierType::_TRACKING_NUMBER_OR_DOORTAG;
0 commit comments