Skip to main content
WEBHOOK
onTrackingUpdateCreated
{
  "trackingUpdate": {
    "movement": {
      "externalIds": [
        {
          "type": "CUSTOM",
          "value": "<string>"
        }
      ],
      "id": "<string>"
    },
    "trackingStatus": "<string>",
    "currentLocation": {
      "country": "<string>",
      "postalCode": "<string>",
      "city": "<string>",
      "state": "<string>",
      "addressTwo": "<string>",
      "addressOne": "<string>"
    },
    "departedAt": "<string>",
    "arrivedAt": "<string>",
    "trackingComment": "<string>"
  },
  "event": "trackingUpdate.created"
}
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
trackingUpdate
object
required
event
enum<string>
required
Available options:
trackingUpdate.created

Response

OK