BPost Track & Trace(API Parcel)
The action is used to get the tracking information from BPost.
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | Bpost tracking number |
Username | String | BPost username |
Password | String | BPost password |
Outputs
Name | Type | Description |
---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found True / False |
Status | String | Tracking status: Ready for Shipment, Delivered, In Transit, Problem with Delivery, Returning to Sender, Ready for Pickup |
Status Description | String | Detailed description of the tracking status |
Shipped 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 URL | String | Tracking URL |
Activity History | List | List of all the tracking events. See the example below |
Updated 4 months ago