π Ingrid Track & Trace
This action is used to get the tracking information from Ingrid.
https://developer.ingrid.com/delivery_tracking/integration/headless_integrations/
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking number |
| Bearer Token | String | Bearer token for authentication |
Outputs
Name | Type | Description |
|---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found |
Success | Boolean | Whether API Call was successful |
DG Shipping Status | String | Tracking status: |
Status | String | The original status provided by Ingrid. Possible values: STEP_CONFIRMED_BY_MERCHANT |
Tracking URL | String | Ingrid Tracking URL |
Last Event Date | String | The date of the last tracking event. |
Raw Data | Object | Tracking Data |
Statuses mapping
{
"Label Created, More Information Needed": [
"STEP_CONFIRMED_BY_MERCHANT"
],
"Ready for Shipment": [
"STEP_PREPARED_BY_MERCHANT"
],
"Delivered": [
"STEP_DELIVERED_TO_CONSUMER"
],
"In Transit": [
"STEP_ON_ROUTE",
"STEP_SUBMITTED_TO_CARRIER"
],
"Returning to Sender": [
],
"Problem with Delivery": [
],
"Ready for Pickup": [
"STEP_DELIVERED_TO_PICKUP_POINT"
]
}Updated 1 day ago
