|
|
@@ -12,12 +12,10 @@ module Agents
|
12
|
12
|
|
13
|
13
|
You can use this agent to retrieve tracking data. You have to provide a specific `get` request and its associated option.
|
14
|
14
|
|
15
|
|
- To get all trackings for your packages please enter `get` for key and `/trackings` for the option.
|
|
15
|
+ To get all trackings for your packages please enter `get` for key and `trackings` for the option.
|
16
|
16
|
To get tracking for a specific tracking number, add the extra options `slug`, `tracking_number` and set `single_tracking_request` to true.
|
17
|
17
|
|
18
|
|
- To get all tracking results for backup purpose set key to `get` and option to `/trackings/export`.
|
19
|
|
-
|
20
|
|
- To get the last checkpoint of a package set key to `get` and option to `/last_checkpoint` plus provide `slug` and `tracking_number`
|
|
18
|
+ To get the last checkpoint of a package set key to `get` and option to `last_checkpoint` plus provide `slug` and `tracking_number`
|
21
|
19
|
|
22
|
20
|
`slug` is a unique courier code.
|
23
|
21
|
|