SEUR Track & Trace (B)

The action is used to get the tracking information from SUER website.

Inputs

NameTypeDescription
Tracking NumberStringSEUR tracking number

Outputs

NameTypeDescription
Tracking Found?BooleanWhether the tracking information was found
True / False
StatusStringTracking status
Status DescriptionStringDetailed description of the tracking status
Ship DateStringThe date of the shipment.
Format:
YYYY-MM-DDThh:mm:ss
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Tracking EventsListList 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'
    }
  ]