🔑 SwissPost Tracking
Get tracking information from SwissPost
Retrieve tracking information about a package from Swisspost. The action returns details about the shipments progress and also a link to the Swisspost tracking page.
Action Inputs
Name | Description |
---|---|
Client Secret | The Swisspost client secret, provided by Swisspost |
Client Id | The Swisspost client id, provided by Swisspost |
Tracking Number | The Swisspost tracking number |
Action Outputs
Name | Type | Description |
---|---|---|
Found Tracking | Boolean | Returns true or false based on whether the tracking information was found or not |
Last Event Date | String | Returns a timestamp representing the date and time of the last recorded event in the packages journey |
Shipped Date | String | Returns a timestamp representing the date the package was shipped |
Estimated Delivery | String | Returns a timestamp representing the estimated date of delivery |
Detailed Info | Object | Returns all of the data returned in the response |
Tracking URL | String | Returns a link to the tracking page for the package |
Updated 12 months ago