United States Steel · Example Payload

Steeltrack Shipment Example

SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

Steeltrack Shipment Example is an example object payload from United States Steel, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

shipmentIdorderIdpurchaseOrdershipDatecarrierdestinationweightweightUnitstatus

Example Payload

Raw ↑
{
  "shipmentId": "SHIP-2025-9876",
  "orderId": "ORD-2025-001234",
  "purchaseOrder": "PO-2025-5678",
  "shipDate": "2025-02-14",
  "carrier": "Rail",
  "destination": "Detroit, MI",
  "weight": 50.0,
  "weightUnit": "tons",
  "status": "DELIVERED"
}