United States Postal Service · JSON Structure

Tracking Tracking Result Structure

Tracking result for a single package.

Type: object Properties: 2
GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

TrackingResult is a JSON Structure definition published by United States Postal Service, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TrackSummary TrackDetail

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-postal-service/refs/heads/main/json-structure/tracking-tracking-result-structure.json",
  "name": "TrackingResult",
  "description": "Tracking result for a single package.",
  "properties": {
    "TrackSummary": {
      "$ref": "#/components/schemas/TrackingEvent",
      "description": "Most recent tracking event summary."
    },
    "TrackDetail": {
      "description": "Full list of historical tracking events.",
      "items": {
        "$ref": "#/components/schemas/TrackingEvent"
      },
      "type": "array"
    }
  },
  "type": "object"
}