United States Steel website screenshot

United States Steel

United States Steel Corporation (U.S. Steel) is an integrated steel producer headquartered in Pittsburgh, Pennsylvania, with major production operations in the United States and Central Europe. The company serves customers in automotive, construction, container, energy, and industrial markets with advanced high-strength steels, coated products, hot-rolled and cold-rolled coils, electrical steel, and tubular products. U.S. Steel provides digital customer tools through the SteelTrack platform for order management, inventory tracking, shipment history, and certified test reporting.

1 APIs 7 Features
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

APIs

U.S. Steel SteelTrack API

SteelTrack is U.S. Steel's internet-based customer platform providing order status reporting, inventory tracking, shipment history, material release, and physical and chemical t...

Collections

Pricing Plans

Rate Limits

United States Steel Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Order Status Reporting

Customizable reports on order availability and status across all U.S. Steel facilities.

Inventory Tracking

On-demand inventory reporting filterable by OP, customer, PO, and part number with flexible sorting.

Shipment History

Load history searchable by order item, part number, and PO with optional coil-level detail.

Certified Test Reports

Physical, mechanical, and chemical test reports with electronic certification signatures.

24/7 Availability

SteelTrack platform operates 24 hours a day, 7 days a week with console dashboard and workflow guidance.

Multi-Facility Coverage

Consolidated view across all U.S. Steel production facilities including Gary Works, Mon Valley, and Big River Steel.

Real-Time Updates

New and updated test report information relayed throughout the day to the Test Reports System.

Use Cases

ERP Integration

Integrate SteelTrack order and shipment data directly into customer ERP systems for automated procurement workflows.

Quality Documentation

Automate retrieval of certified mill test reports for compliance, quality audits, and material traceability.

Supply Chain Visibility

Track steel coil status from order placement through production and delivery for manufacturing planning.

Inventory Planning

Monitor available inventory and in-transit material to optimize material release and production scheduling.

Automotive Supplier Compliance

Access physical and chemical test data to meet automotive OEM supplier quality requirements (PPAP, IMDS).

Shipment Reconciliation

Reconcile received shipments against orders using coil-level shipping data for accounts payable processing.

Integrations

SAP

SteelTrack data integrates with SAP ERP for automated purchase order management and goods receipt processing.

Oracle ERP

Order and inventory data connects to Oracle ERP Cloud for supply chain and procurement workflows.

EDI

Electronic Data Interchange for standard steel industry transaction sets including orders, shipment notices, and invoices.

Nippon Steel

Technology partnership with Nippon Steel Corporation following acquisition for shared manufacturing intelligence.

Semantic Vocabularies

United States Steel Steeltrack Context

8 classes · 33 properties

JSON-LD

API Governance Rules

United States Steel API Rules

27 rules · 13 errors 10 warnings 4 info

SPECTRAL

JSON Structure

Steeltrack Inventory Item Structure

10 properties

JSON STRUCTURE

Steeltrack Inventory List Structure

2 properties

JSON STRUCTURE

Steeltrack Order List Structure

2 properties

JSON STRUCTURE

Steeltrack Order Structure

12 properties

JSON STRUCTURE

Steeltrack Shipment List Structure

2 properties

JSON STRUCTURE

Steeltrack Shipment Structure

9 properties

JSON STRUCTURE

Steeltrack Test Report List Structure

2 properties

JSON STRUCTURE

Steeltrack Test Report Structure

11 properties

JSON STRUCTURE

Example Payloads

Steeltrack Order Example

12 fields

EXAMPLE

Steeltrack Shipment Example

9 fields

EXAMPLE

Steeltrack Test Report Example

11 fields

EXAMPLE

Press

Press Releases

2026-05-25

United States Steel Corporation Announces Strategic ...

2026-05-25

United States Steel Corp. on Thursday announced a ...

2026-05-25

Media - Newsroom - www.ussteel.com

2026-05-25

U. S. Steel Aims to Improve Operational Efficiencies and ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: U.S. Steel SteelTrack API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: U.S. Steel SteelTrack List Orders
      type: http
    http:
      method: GET
      url: https://steeltrack.ussteel.com/api/orders
      params:
      - name: facility
        value: GH
        type: query
        description: Filter by production facility code.
      - name: status
        value: OPEN
        type: query
        description: Filter by order status.
      - name: customerId
        value: CUST-001234
        type: query
        description: Filter by customer ID.
      - name: fromDate
        value: '2025-01-01'
        type: query
        description: Start date for order date range filter (YYYY-MM-DD).
      - name: toDate
        value: '2025-03-31'
        type: query
        description: End date for order date range filter (YYYY-MM-DD).
      - name: limit
        value: '50'
        type: query
        description: Maximum number of results to return.
      - name: offset
        value: '0'
        type: query
        description: Number of results to skip for pagination.
    docs: Returns a list of orders with customizable filtering by facility, status, and date range. Supports sorting by multiple
      fields.
  - info:
      name: U.S. Steel SteelTrack Get Order
      type: http
    http:
      method: GET
      url: https://steeltrack.ussteel.com/api/orders/:orderId
      params:
      - name: orderId
        value: ORD-2025-001234
        type: path
        description: The unique order identifier.
    docs: Returns detailed information for a specific order including line items, production status, and delivery details.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: U.S. Steel SteelTrack List Inventory
      type: http
    http:
      method: GET
      url: https://steeltrack.ussteel.com/api/inventory
      params:
      - name: customerId
        value: CUST-001234
        type: query
        description: Filter by customer ID.
      - name: product
        value: Cold-Rolled Coil
        type: query
        description: Filter by product type.
      - name: grade
        value: IF
        type: query
        description: Filter by steel grade.
      - name: facility
        value: ''
        type: query
        description: Filter by production facility.
      - name: limit
        value: '100'
        type: query
        description: Maximum number of results to return.
      - name: offset
        value: '0'
        type: query
        description: Pagination offset.
    docs: Returns on-hand inventory available for the customer, filterable by product, grade, and facility. Supports sorting
      by multiple fields including OP, customer, PO, and part number.
- info:
    name: Shipments
    type: folder
  items:
  - info:
      name: U.S. Steel SteelTrack List Shipments
      type: http
    http:
      method: GET
      url: https://steeltrack.ussteel.com/api/shipments
      params:
      - name: orderId
        value: ORD-2025-001234
        type: query
        description: Filter by order ID.
      - name: purchaseOrder
        value: PO-2025-5678
        type: query
        description: Filter by purchase order number.
      - name: fromDate
        value: '2025-01-01'
        type: query
        description: Start date for shipment date range.
      - name: toDate
        value: '2025-03-31'
        type: query
        description: End date for shipment date range.
      - name: includeCoilDetail
        value: 'false'
        type: query
        description: Whether to include coil-level detail in the response.
      - name: limit
        value: '50'
        type: query
        description: Maximum number of results to return.
    docs: Returns shipment history searchable by order item, part number, and purchase order, with optional coil-level detail.
- info:
    name: Test Reports
    type: folder
  items:
  - info:
      name: U.S. Steel SteelTrack List Test Reports
      type: http
    http:
      method: GET
      url: https://steeltrack.ussteel.com/api/test-reports
      params:
      - name: coilId
        value: COIL-8765432
        type: query
        description: Filter by coil ID.
      - name: orderId
        value: ORD-2025-001234
        type: query
        description: Filter by order ID.
      - name: reportType
        value: ALL
        type: query
        description: Filter by test report type.
    docs: Returns physical, mechanical, and chemical test reports for steel products. Includes certified test reports with
      electronic signatures.
bundled: true