3M · Schema

Order

A purchase order placed with 3M

IndustrialManufacturingSupply ChainFortune 100

Properties

Name Type Description
orderId string Unique order identifier
status string Current order status
createdAt string Order creation timestamp
totalAmount number Total order value
currency string Currency code (ISO 4217)
items array Line items in the order
View JSON Schema on GitHub

JSON Schema

3m-partner-supplier-api-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/3m/refs/heads/main/json-schema/3m-partner-supplier-api-order-schema.json",
  "title": "Order",
  "description": "A purchase order placed with 3M",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string",
      "description": "Unique order identifier",
      "example": "ORD-67890"
    },
    "status": {
      "type": "string",
      "description": "Current order status",
      "enum": [
        "pending",
        "processing",
        "shipped",
        "delivered",
        "cancelled"
      ],
      "example": "shipped"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Order creation timestamp",
      "example": "2025-03-15T10:30:00Z"
    },
    "totalAmount": {
      "type": "number",
      "description": "Total order value",
      "example": 499.95
    },
    "currency": {
      "type": "string",
      "description": "Currency code (ISO 4217)",
      "example": "USD"
    },
    "items": {
      "type": "array",
      "description": "Line items in the order",
      "items": {
        "$ref": "#/components/schemas/OrderItem"
      }
    }
  }
}

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/3m-partner-supplier-api-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 email required.

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