Shipment Created Webhook

Alerts when a shipment has been successfully dispatched in MyCarrier, including information about the shipment's initial setup and carrier details.

Name: shipment.created

Sample Payload

{
  "Message": "Shipment has been successfully dispatched in MyCarrier.",
  "Payload": {
    "ShipmentId": "12345678",
    "QuoteId": 12345678,
    "QuoteReferenceId": "12345678",
    "CustomerBOLNumber": "12345678",
    "PONumber": "12345678",
    "ReferenceNumber": "12345678",
    "PickupNumber": "",
    "EstimatedDeliveryDate": "09/17/2024 00:00:00",
    "CarrierCode": "SAIA",
    "CarrierName": "Saia LTL Freight",
    "TotalCost": "524.0300",
    "LaneType": "0",
    "CarrierPRONumber": "123456789",
    "CarrierPRONumberWithCheckDigit": "12345678-1",
    "IsPrimaryProNumber": "True",
    "PickupDate": "09/13/2024 00:00:00",
    "FreightChargeAddressId": "12345678",
    "CarrierId": "1100",
    "TransitTime": "2",
    "ActualPickupDate": "",
    "UpdatedDeliveryDate": "09/17/2024 00:00:00",
    "CarrierDeliveryDate": "",
    "CheckDigit": "5",
    "LastTrackingDate": "",
    "ActivityDateTime": "09/13/2024 11:59:41",
    "StatusId": "",
    "IsStatusException": "False",
    "ShipmentSystemId": "",
    "TrackingStatusId": "",
    "TrackingStatusDescription": "",
    "TrackingHistoryQuantity": "0",
    "IsUnspecified": "False",
    "IsRemoved": "False",
    "IsCanceled": "False",
    "CustomerId": "43910",
    "ServiceType": "1",
    "TrackingHistory": "",
    "CapacityQuoteNumber": "366520913",
    "SecurityKey": "f326971f-9f3c-4ad943353-a8d5-fe8cde797e87",
    "BOLLink": "https://mycarriertms.com/MyCarrierAPI/api/Quote/GetBol?shipmentId=10031138&securityKey=f326271f-9f3c-4ad9-a8d5-fe8cde797e87",
    "LabelLink": "https://mycarriertms.com/MyCarrierAPI/api/Shipment/GetShipmentLabels?shipmentId=10011138&securityKey=f326871f-9f3c-4ad9-a8d5-fe8cde797e534587&startPosition=0&numberPerHandlingUnit=1&labelType=4",
    "BookedDate": "2024-09-13T00:00:00",
    "IconLogo": "https://content.mycarriertms.com/carriers/0sfa3ab2-2121-4eae-b97f-cf278b0a0e1e.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": []
  }
}