We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a34f5f commit bc69690Copy full SHA for bc69690
README.md
@@ -112,16 +112,9 @@ const key = 'you api key'
112
const trackingmore = new TrackingMore(key)
113
114
// Get results (trackings/get)
115
-// Perform queries based on various conditions
116
-// const params = {
117
-// 'tracking_numbers': '9400111899562537624656',
118
-// 'courier_code': 'usps',
119
-// }
120
121
-// 'tracking_numbers': '9400111899562539126562,9400111899562537624656',
122
123
124
const params = {
+ 'tracking_numbers': '9400111899562539126562,9400111899562537624656',
+ 'courier_code': 'usps',
125
'created_date_min': '2023-08-23T06:00:00+00:00',
126
'created_date_max': '2023-09-05T07:20:42+00:00',
127
}
0 commit comments