Order

A U.S. Steel customer order.

SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

Properties

Name Type Description
orderId string Unique order identifier.
customerId string Customer account identifier.
purchaseOrder string Customer purchase order number.
status string Current order status.
facility string Production facility name or code.
product string Steel product type.
grade string Steel grade designation.
quantity number Order quantity.
quantityUnit string Unit of measure for quantity.
orderDate string Date the order was placed.
requiredDate string Customer required delivery date.
estimatedDeliveryDate string Estimated delivery date from US Steel.
View JSON Schema on GitHub

JSON Schema

steeltrack-order-schema.json Raw ↑
{
  "$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-order-schema.json",
  "title": "Order",
  "description": "A U.S. Steel customer order.",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string",
      "description": "Unique order identifier.",
      "example": "ORD-2025-001234"
    },
    "customerId": {
      "type": "string",
      "description": "Customer account identifier.",
      "example": "CUST-001234"
    },
    "purchaseOrder": {
      "type": "string",
      "description": "Customer purchase order number.",
      "example": "PO-2025-5678"
    },
    "status": {
      "type": "string",
      "description": "Current order status.",
      "enum": [
        "OPEN",
        "IN_PRODUCTION",
        "SHIPPED",
        "CLOSED",
        "CANCELLED"
      ],
      "example": "IN_PRODUCTION"
    },
    "facility": {
      "type": "string",
      "description": "Production facility name or code.",
      "example": "Gary Works"
    },
    "product": {
      "type": "string",
      "description": "Steel product type.",
      "example": "Hot-Rolled Coil"
    },
    "grade": {
      "type": "string",
      "description": "Steel grade designation.",
      "example": "A36"
    },
    "quantity": {
      "type": "number",
      "description": "Order quantity.",
      "example": 50.0
    },
    "quantityUnit": {
      "type": "string",
      "description": "Unit of measure for quantity.",
      "example": "tons"
    },
    "orderDate": {
      "type": "string",
      "format": "date",
      "description": "Date the order was placed.",
      "example": "2025-01-15"
    },
    "requiredDate": {
      "type": "string",
      "format": "date",
      "description": "Customer required delivery date.",
      "example": "2025-03-01"
    },
    "estimatedDeliveryDate": {
      "type": "string",
      "format": "date",
      "description": "Estimated delivery date from US Steel.",
      "example": "2025-02-28"
    }
  }
}

Work with this as data

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-order"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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