United States Steel · JSON Structure

Steeltrack Shipment Structure

A shipment record for a steel order.

Type: object Properties: 9
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

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

Properties

shipmentId orderId purchaseOrder shipDate carrier destination weight weightUnit status

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-steel/refs/heads/main/json-structure/steeltrack-shipment-structure.json",
  "name": "Shipment",
  "description": "A shipment record for a steel order.",
  "properties": {
    "shipmentId": {
      "description": "Unique shipment identifier.",
      "example": "SHIP-2025-9876",
      "type": "string"
    },
    "orderId": {
      "description": "Associated order identifier.",
      "example": "ORD-2025-001234",
      "type": "string"
    },
    "purchaseOrder": {
      "description": "Customer purchase order number.",
      "example": "PO-2025-5678",
      "type": "string"
    },
    "shipDate": {
      "description": "Date the order was shipped.",
      "example": "2025-02-14",
      "type": "date"
    },
    "carrier": {
      "description": "Carrier type used for shipment.",
      "enum": [
        "Rail",
        "Truck",
        "Barge",
        "Intermodal"
      ],
      "example": "Rail",
      "type": "string"
    },
    "destination": {
      "description": "Destination city and state.",
      "example": "Detroit, MI",
      "type": "string"
    },
    "weight": {
      "description": "Shipment total weight.",
      "example": 50.0,
      "type": "double"
    },
    "weightUnit": {
      "description": "Weight unit.",
      "example": "tons",
      "type": "string"
    },
    "status": {
      "description": "Shipment delivery status.",
      "enum": [
        "DISPATCHED",
        "IN_TRANSIT",
        "DELIVERED",
        "EXCEPTION"
      ],
      "example": "DELIVERED",
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/steeltrack-shipment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.