CarrierIssueUpdatedData

A standardized carrier issue notification. Sent when the carrier-support agent creates or updates an issue (detention, lumper, TONU, breakdown, damage, shortage, overage, or other incident) on a load.

  • carrierIssueId
    Type: string | null
    required

    Correlation token for this carrier issue (Augment's internal incident record id). Echo it back on the callback to update the same incident in place. Null if not yet available.

  • description
    Type: string
    required

    Full narrative description of the issue.

  • issueType
    Type: string enum
    required

    The category of carrier issue.

    values
    • DETENTION_PICKUP
    • DETENTION_DELIVERY
    • LUMPER
    • TONU
    • LAYOVER
  • status
    Type: string enum
    required

    Current lifecycle status of the issue.

    values
    • OPEN
    • RESOLVED
    • CANCELED
  • amountCents
    Type: integer | null

    Monetary claim amount in USD cents (e.g. lumper fee, detention charge).

  • externalId
    Type: string

    The incident id in your TMS, once you have reported it back via the callback. When present, treat this event as an update to that existing incident rather than a new one.

  • resolution
    Type: string | null

    How the issue was resolved. Populated when status is RESOLVED.

  • stopSequenceNumber
    Type: integer | null

    1-indexed position of the affected stop on the route.

  • stopType
    Type: string | null enum

    Which stop type is affected, if applicable.

    values
    • PICKUP
    • DELIVERY
    • null
  • waitTimeMinutes
    Type: integer | null

    Wait or detention duration in minutes.