Rockwell Automation · JSON Structure

Rockwell Automation Plex Structure

Hierarchical structure documentation for Plex Smart Manufacturing Platform ERP data entities.

Type: Properties: 0
Industrial AutomationManufacturingPLCSCADAIIoTFortune 500

Rockwell Automation Plex Structure is a JSON Structure definition published by Rockwell Automation.

Meta-schema:

JSON Structure

rockwell-automation-plex-structure.json Raw ↑
{
  "title": "Rockwell Automation Plex ERP Structure",
  "description": "Hierarchical structure documentation for Plex Smart Manufacturing Platform ERP data entities.",
  "structure": {
    "CustomerOrder": {
      "description": "A customer order in the Plex ERP system",
      "fields": {
        "orderId": "string - Unique Plex order identifier",
        "orderNumber": "string - Human-readable order number",
        "customerId": "string - Customer ID in Plex",
        "orderDate": "date - Order placement date",
        "dueDate": "date - Requested delivery date",
        "status": "enum - New | Confirmed | In Production | Shipped | Delivered | Cancelled",
        "priority": "enum - Normal | Rush | Just-In-Sequence"
      },
      "children": {
        "orderLines": "array of OrderLine - Individual part quantities",
        "shippingAddress": "Address - Delivery location"
      }
    },
    "OrderLine": {
      "description": "A line item within a customer order",
      "fields": {
        "lineNumber": "integer - Sequential line number",
        "partNumber": "string - Plex part number",
        "partDescription": "string - Part description",
        "quantity": "number - Ordered quantity",
        "unitOfMeasure": "string - Unit (EA, LB, KG, etc.)",
        "unitPrice": "number - Price per unit",
        "totalPrice": "number - Total line price",
        "quantityShipped": "number - Quantity already shipped"
      }
    },
    "CustomerShipment": {
      "description": "A shipping record for goods dispatched to a customer",
      "fields": {
        "shipmentId": "string - Unique shipment ID",
        "orderId": "string - Associated order ID",
        "customerId": "string - Customer ID",
        "shipDate": "datetime - Actual ship date and time",
        "carrier": "string - Shipping carrier name",
        "trackingNumber": "string - Carrier tracking number",
        "shipMethod": "string - Shipping method",
        "status": "enum - Pending | Shipped | Delivered"
      },
      "children": {
        "shipmentLines": "array of ShipmentLine - Parts included in this shipment"
      }
    },
    "ProductionOrder": {
      "description": "A manufacturing work order in Plex MES",
      "fields": {
        "productionOrderId": "string - Work order ID",
        "partNumber": "string - Part being produced",
        "quantity": "number - Planned quantity",
        "startDate": "datetime - Planned start",
        "completionDate": "datetime - Planned completion",
        "status": "enum - Planned | Released | In Progress | Completed | Closed",
        "workcenter": "string - Manufacturing workcenter"
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/rockwell-automation-plex-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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