Shipment Tracking Webhook
Provides updates on the tracking status of a shipment in MyCarrier, including the latest tracking information and estimated delivery dates.
Status Codes
The "StatusId":
field provides a code that lets you know where your order lies within the shipment process. The codes are as follows:
- 0 = Booked
- 1 = Picked Up
- 2 = In Transit
- 3 = Out For Delivery
- 4 = Delivered
Name: shipment.tracking.updated
shipment.tracking.updated
Sample Payload
{
"ShipmentId": "87654321",
"QuoteId": 87654321,
"QuoteReferenceId": "87654321-21",
"CustomerBOLNumber": "87654321",
"PONumber": "TEST 07162022",
"ReferenceNumber": "87654321",
"PickupNumber": "",
"EstimatedDeliveryDate": "09/17/2024 00:00:00",
"CarrierCode": "SAIA",
"CarrierName": "Saia LTL Freight",
"TotalCost": "524.0300",
"LaneType": "0",
"CarrierPRONumber": "876543212345",
"CarrierPRONumberWithCheckDigit": "876543212345-1",
"IsPrimaryProNumber": "True",
"PickupDate": "09/13/2024 00:00:00",
"FreightChargeAddressId": "87654321",
"CarrierId": "1100",
"TransitTime": "2",
"ActualPickupDate": "",
"UpdatedDeliveryDate": "09/17/2024 00:00:00",
"CarrierDeliveryDate": "",
"CheckDigit": "5",
"LastTrackingDate": "09/13/2024 12:00:04",
"ActivityDateTime": "09/13/2024 12:00:04",
"StatusId": "0",
"IsStatusException": "False",
"ShipmentSystemId": "87654321",
"TrackingStatusId": "34",
"TrackingStatusDescription": "",
"TrackingHistoryQuantity": "0",
"IsUnspecified": "False",
"IsRemoved": "False",
"IsCanceled": "False",
"CustomerId": "43910",
"ServiceType": "1",
"TrackingHistory": "",
"CapacityQuoteNumber": "87654321",
"SecurityKey": "f326371f-9f3c-4464ad9-a8d5-fe8cde797e87",
"BOLLink": "https://mycarriertms.com/MyCarrierAPI/api/Quote/GetBol?shipmentId=10031138&securityKey=f326971f-9f3d-4a565d9-a8d5-fe8cde897e87",
"LabelLink": "https://mycarriertms.com/MyCarrierAPI/api/Shipment/GetShipmentLabels?shipmentId=10031138&securityKey=f326971f-9f5653c-4ad9-a8d5-fe8abe797e87&startPosition=0&numberPerHandlingUnit=1&labelType=4",
"BookedDate": "2024-09-13T00:00:00",
"IconLogo": "https://content.mycarriertms.com/carriers/0cfa3ab2-2121-4eae-b97f-cf297c0a0e1e.png",
"TotalShipmentWeight": 612,
"ShipmentPriceDetails": [
{
"ShipmentPriceDetailId": "42357076",
"Description": "Fuel Surcharge",
"Amount": "93.4200"
},
{
"ShipmentPriceDetailId": "42357077",
"Description": "Deficit Charge",
"Amount": "0.0000"
},
{
"ShipmentPriceDetailId": "42357078",
"Description": "Item Charge",
"Amount": "3589.5000"
},
{
"ShipmentPriceDetailId": "42357079",
"Description": "RESIDENTIAL DELIVERY 753",
"Amount": "125.5000"
},
{
"ShipmentPriceDetailId": "42357080",
"Description": "Discount",
"Amount": "0.0000"
},
{
"ShipmentPriceDetailId": "42357081",
"Description": "Unknown Charge: Charges did not match total",
"Amount": "-3284.3900"
}
],
"ShipperInfo": {
"CompanyName": "Demo",
"City": "Salida",
"State": "Colorado",
"Zip": "81201",
"Country": "USA"
},
"ConsegneeInfo": {
"CompanyName": "Test Company",
"City": "Scottsdale",
"State": "Arizona",
"Zip": "85260",
"Country": "USA"
},
"CarrierInfo": {
"CarrierContactInfo": {
"Phone": "(555)867-5309"
},
"CarrierName": "Saia LTL Freight"
},
"IsLateDelivery": false,
"IsUnspecifiedTracking": false,
"DataHistories": []
}
Updated 5 months ago
What’s Next