Shipment
A shipment record for a steel order.
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500
Properties
| Name |
Type |
Description |
| shipmentId |
string |
Unique shipment identifier. |
| orderId |
string |
Associated order identifier. |
| purchaseOrder |
string |
Customer purchase order number. |
| shipDate |
string |
Date the order was shipped. |
| carrier |
string |
Carrier type used for shipment. |
| destination |
string |
Destination city and state. |
| weight |
number |
Shipment total weight. |
| weightUnit |
string |
Weight unit. |
| status |
string |
Shipment delivery status. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/united-states-steel/refs/heads/main/json-schema/steeltrack-shipment-schema.json",
"title": "Shipment",
"description": "A shipment record for a steel order.",
"type": "object",
"properties": {
"shipmentId": {
"type": "string",
"description": "Unique shipment identifier.",
"example": "SHIP-2025-9876"
},
"orderId": {
"type": "string",
"description": "Associated order identifier.",
"example": "ORD-2025-001234"
},
"purchaseOrder": {
"type": "string",
"description": "Customer purchase order number.",
"example": "PO-2025-5678"
},
"shipDate": {
"type": "string",
"format": "date",
"description": "Date the order was shipped.",
"example": "2025-02-14"
},
"carrier": {
"type": "string",
"description": "Carrier type used for shipment.",
"enum": [
"Rail",
"Truck",
"Barge",
"Intermodal"
],
"example": "Rail"
},
"destination": {
"type": "string",
"description": "Destination city and state.",
"example": "Detroit, MI"
},
"weight": {
"type": "number",
"description": "Shipment total weight.",
"example": 50.0
},
"weightUnit": {
"type": "string",
"description": "Weight unit.",
"example": "tons"
},
"status": {
"type": "string",
"description": "Shipment delivery status.",
"enum": [
"DISPATCHED",
"IN_TRANSIT",
"DELIVERED",
"EXCEPTION"
],
"example": "DELIVERED"
}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/steeltrack-shipment"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.