This method returns normalized tracking information for one or more shipments based on data send by the carrier
Carriers which support webhook based tracking updates may choose to implement this endpoint
Note: Changes made to the connection meta-data will not be saved if modified
An object containing tracking information sent by the carrier via an inbound data request (e.g. a webhook).
An object with tracking information for one or more shipments.
{- "data": "{\"tracking_number\":\"12345678901234567890\",\"status\":11,\"timestamp\":\"2021-08-11T21:15:00Z\"}",
- "headers": {
- "content-type": [
- "application/json"
], - "X-Signature": [
- "v1:cedff7d0389299089e4c62c1042ce93059664d455ed0bfdf29cb959a861bda4b",
- "v2:4b3157c730e498cb1126359fa020017e9e7c97b148f2d55da822fdfcd83e4a19"
]
}, - "transaction_id": "00000000-0000-0000-0000-000000000000",
- "metadata": {
- "username": "auctane-next-day",
- "password": "password!",
- "meter_number": "8675309"
}
}
{- "tracking_info": [
- {
- "carrier_name": "UPS",
- "tracking_number": "12345678901234567890",
- "standardized_status_code": "DE",
- "carrier_status_code": "11",
- "carrier_status_description": "Delivered",
- "estimated_delivery_datetime": "2021-08-11T00:00:00",
- "actual_delivery_datetime": "2021-08-11T21:15:00Z",
- "service": {
- "code": "03",
- "name": "UPS® Ground"
}, - "packaging": "package",
- "package_count": 1,
- "shipping_problem": false,
- "carrierEnum": 0
}
], - "update_method": "append"
}