SEUR Track & Trace (B)
The action is used to get the tracking information from SUER website.
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | SEUR tracking number |
Outputs
Name | Type | Description |
---|---|---|
Tracking Found? | Boolean | Whether the tracking information was found True / False |
Status | String | Tracking status |
Status Description | String | Detailed description of the tracking status |
Ship Date | String | The date of the shipment. Format: YYYY-MM-DDThh:mm:ss |
Last Event Date | String | The date of the last tracking event. Format: YYYY-MM-DDThh:mm:ss |
Tracking Events | List | List of all the tracking events. See the example below |
Sample Response
Activity History
[
{
Date: '08-02-2022',
Time: '16:31',
Situation: 'Delivered',
Timestamp: '2022-02-08T16:31:00'
},
{
Date: '08-02-2022',
Time: '09:35',
Situation: 'Out for delivery',
Timestamp: '2022-02-08T09:35:00'
},
{
Date: '07-02-2022',
Time: '22:44',
Situation: 'In progress',
Timestamp: '2022-02-07T22:44:00'
}
]
Updated 12 months ago