Schneider Electric Exchange · Schema
Schneider Electric Partner Product
A Schneider Electric product record from the Partner Product Catalog API, including technical specifications, pricing, and availability data.
Building AutomationCommerce APIsEcoStruxureEnergy ManagementIndustrial IoTSchneider Electric
Properties
| Name | Type | Description |
|---|---|---|
| commercialReference | string | Schneider Electric commercial reference number (SKU) for the product. |
| productName | string | Display name of the product. |
| description | string | Technical description of the product. |
| category | string | Product category classification. |
| range | string | Product range or family name. |
| etim | object | ETIM 10.0 technical classification data. |
| listPrice | object | Public list price. |
| netPrice | object | Partner-specific net price after discounts. |
| availability | object | Stock availability information. |
| digitalAssets | object | Product digital assets. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-explorer.se.com/schemas/product",
"title": "Schneider Electric Partner Product",
"description": "A Schneider Electric product record from the Partner Product Catalog API, including technical specifications, pricing, and availability data.",
"type": "object",
"properties": {
"commercialReference": {
"type": "string",
"description": "Schneider Electric commercial reference number (SKU) for the product."
},
"productName": {
"type": "string",
"description": "Display name of the product."
},
"description": {
"type": "string",
"description": "Technical description of the product."
},
"category": {
"type": "string",
"description": "Product category classification."
},
"range": {
"type": "string",
"description": "Product range or family name."
},
"etim": {
"type": "object",
"description": "ETIM 10.0 technical classification data.",
"properties": {
"classId": { "type": "string" },
"className": { "type": "string" },
"features": {
"type": "array",
"items": {
"type": "object",
"properties": {
"featureId": { "type": "string" },
"featureName": { "type": "string" },
"value": {},
"unit": { "type": "string" }
}
}
}
}
},
"listPrice": {
"$ref": "#/$defs/Price",
"description": "Public list price."
},
"netPrice": {
"$ref": "#/$defs/Price",
"description": "Partner-specific net price after discounts."
},
"availability": {
"type": "object",
"description": "Stock availability information.",
"properties": {
"stockLevel": { "type": "integer" },
"availableDate": { "type": "string", "format": "date" },
"warehouse": { "type": "string" }
}
},
"digitalAssets": {
"type": "object",
"description": "Product digital assets.",
"properties": {
"images": {
"type": "array",
"items": { "type": "string", "format": "uri" }
},
"datasheet": { "type": "string", "format": "uri" },
"model3d": { "type": "string", "format": "uri" }
}
}
},
"required": ["commercialReference", "productName"],
"$defs": {
"Price": {
"type": "object",
"properties": {
"amount": { "type": "number" },
"currency": { "type": "string" },
"unit": { "type": "string" }
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/partner-product"
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 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.