ArcBest · JSON Structure

Arcbest Api Tracking Event Structure

Type: object Properties: 3
LogisticsFreightLTLSupply ChainShippingTransportation

TrackingEvent is a JSON Structure definition published by ArcBest, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

date description location

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "date": {
      "type": "datetime",
      "description": "Event timestamp",
      "example": "2026-04-19T08:00:00Z"
    },
    "description": {
      "type": "string",
      "description": "Event description",
      "example": "Shipment picked up"
    },
    "location": {
      "type": "string",
      "description": "Event location",
      "example": "Benton, AR"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcbest/refs/heads/main/json-structure/arcbest-api-tracking-event-structure.json",
  "name": "TrackingEvent"
}