🔑 SwissPost Track & Trace (Mailpiece)
Get tracking information from SwissPost (Mailpiece)
Retrieve tracking information about a package from SwissPost (Mailpiece). The action returns details about the shipments progress and also a link to the SwissPost tracking page.
Swiss Post API Reference here
Mailpiece Tracking Business REST API here
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 6 months ago