InventoryItem

An inventory item available to the customer.

SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

Properties

Name Type Description
itemId string Unique inventory item identifier.
customerId string Customer account identifier.
orderId string Associated order identifier.
product string Steel product type.
grade string Steel grade designation.
coilId string Individual coil identifier.
weight number Item weight.
weightUnit string Weight unit.
location string Storage or production facility location.
status string Inventory item availability status.
View JSON Schema on GitHub

JSON Schema

steeltrack-inventory-item-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-inventory-item-schema.json",
  "title": "InventoryItem",
  "description": "An inventory item available to the customer.",
  "type": "object",
  "properties": {
    "itemId": {
      "type": "string",
      "description": "Unique inventory item identifier.",
      "example": "INV-CR-001234"
    },
    "customerId": {
      "type": "string",
      "description": "Customer account identifier.",
      "example": "CUST-001234"
    },
    "orderId": {
      "type": "string",
      "description": "Associated order identifier.",
      "example": "ORD-2025-001234"
    },
    "product": {
      "type": "string",
      "description": "Steel product type.",
      "example": "Cold-Rolled Coil"
    },
    "grade": {
      "type": "string",
      "description": "Steel grade designation.",
      "example": "IF"
    },
    "coilId": {
      "type": "string",
      "description": "Individual coil identifier.",
      "example": "COIL-8765432"
    },
    "weight": {
      "type": "number",
      "description": "Item weight.",
      "example": 28.5
    },
    "weightUnit": {
      "type": "string",
      "description": "Weight unit.",
      "example": "tons"
    },
    "location": {
      "type": "string",
      "description": "Storage or production facility location.",
      "example": "Gary Works"
    },
    "status": {
      "type": "string",
      "description": "Inventory item availability status.",
      "enum": [
        "AVAILABLE",
        "RESERVED",
        "IN_TRANSIT",
        "ON_HOLD"
      ],
      "example": "AVAILABLE"
    }
  }
}

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-inventory-item"
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.