United States Steel · Example Payload

Steeltrack Inventory Item Example

SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

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

Top-level fields

itemIdcustomerIdorderIdproductgradecoilIdweightweightUnitlocationstatus

Example Payload

Raw ↑
{
  "itemId": "INV-CR-001234",
  "customerId": "CUST-001234",
  "orderId": "ORD-2025-001234",
  "product": "Cold-Rolled Coil",
  "grade": "IF",
  "coilId": "COIL-8765432",
  "weight": 28.5,
  "weightUnit": "tons",
  "location": "Gary Works",
  "status": "AVAILABLE"
}